Skip to content

Commit 5d06155

Browse files
authored
typo: prefered -> preferred
1 parent 6401705 commit 5d06155

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sharepoint/sharepoint-ps/sharepoint-online/Start-SPOSiteContentMove.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ This command starts the information and the status of a move request of a user b
4343
```powershell
4444
Start-SPOSiteContentMove -Url $url -DestinationDataLocation $DestLocation -PreferredMoveBeginDate ((Get-Date).AddHour(1)) -PreferredMoveEndDate ((Get-Date).AddHour(12))
4545
```
46-
Starts the movement of the content on $url to the destination defined on $DestLocation variable prefered to start 1 hour ahead from now, until 12 hours to that relative time.
46+
Starts the movement of the content on $url to the destination defined on $DestLocation variable preferred to start 1 hour ahead from now, until 12 hours to that relative time.
4747

4848
### EXAMPLE 2
4949
```powershell
@@ -207,4 +207,4 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
207207
208208
[Get-SPOAppErrors](Get-SPOAppErrors.md)
209209
210-
[Get-SPOUserAndContentMoveState](Get-SPOUserAndContentMoveState.md)
210+
[Get-SPOUserAndContentMoveState](Get-SPOUserAndContentMoveState.md)

0 commit comments

Comments
 (0)