Skip to content

Commit 1fa33ee

Browse files
authored
Update New-AzADGroupOwner.md (#25080)
Fixed minor typo. Changed "onwer" to "owner".
1 parent dfcdc5c commit 1fa33ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Resources/Resources/help/New-AzADGroupOwner.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@ Create new navigation property ref to owners for groups
2222

2323
## EXAMPLES
2424

25-
### Example 1: Assign a user as onwer of a group
25+
### Example 1: Assign a user as owner of a group
2626
```powershell
2727
$userId = (Get-AzADUser -DisplayName "John Doe").Id
2828
$groupId = (Get-AzADGroup -DisplayName "someGroup").Id
2929
New-AzADGroupOwner -GroupId $groupId -OwnerId $userId
3030
```
3131

32-
Assign a user as onwer of a group
32+
Assign a user as owner of a group
3333

3434
## PARAMETERS
3535

0 commit comments

Comments
 (0)