Skip to content

Commit f698fb3

Browse files
authored
fixed spelling
"hast he" changed to "has the"
1 parent 4b4ee44 commit f698fb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azureadps-2.0/AzureAD/Set-AzureADUserExtension.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ PS C:\> Set-AzureADUserExtension -ObjectId $User.ObjectId -ExtensionName extensi
4040

4141
The first command gets a user by using the [Get-AzureADUser](./Get-AzureADUser.md) cmdlet, and then stores it in the $User variable.
4242

43-
The second command sets the value of the extension attribute that hast he specified name to the value New Value.
43+
The second command sets the value of the extension attribute that has the specified name to the value New Value.
4444
You can get extension attribute names by using the [Get-AzureAdExtensionProperty](./Get-AzureAdExtensionProperty.md) cmdlet.
4545

4646
## PARAMETERS

0 commit comments

Comments
 (0)