We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b4ee44 commit f698fb3Copy full SHA for f698fb3
azureadps-2.0/AzureAD/Set-AzureADUserExtension.md
@@ -40,7 +40,7 @@ PS C:\> Set-AzureADUserExtension -ObjectId $User.ObjectId -ExtensionName extensi
40
41
The first command gets a user by using the [Get-AzureADUser](./Get-AzureADUser.md) cmdlet, and then stores it in the $User variable.
42
43
-The second command sets the value of the extension attribute that hast he specified name to the value New Value.
+The second command sets the value of the extension attribute that has the specified name to the value New Value.
44
You can get extension attribute names by using the [Get-AzureAdExtensionProperty](./Get-AzureAdExtensionProperty.md) cmdlet.
45
46
## PARAMETERS
0 commit comments