Skip to content

Commit 402b6e8

Browse files
Merge pull request Azure#719 from j0hnchavez/master
Typo fix "specifiied" -> "specified"
2 parents 26df511 + ff5fbc4 commit 402b6e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azureadps-2.0/AzureAD/Set-AzureADUser.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ PS C:\> $user.DisplayName = 'YetAnotherTestUser'
4343
PS C:\> Set-AzureADUser -ObjectId [email protected] -Displayname $user.Displayname
4444
```
4545

46-
### Example 2: Set all but speciified users as minors with parental consent
46+
### Example 2: Set all but specified users as minors with parental consent
4747

4848
```pwsh
4949
Get-AzureADUser -All $true |

0 commit comments

Comments
 (0)