Skip to content

Commit ad20a58

Browse files
Update New-AzServiceBusAuthorizationRuleSASToken.md (Azure#19521)
Typo fixes
1 parent 52f66f5 commit ad20a58

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/ServiceBus/ServiceBus/help/New-AzServiceBusAuthorizationRuleSASToken.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ schema: 2.0.0
88
# New-AzServiceBusAuthorizationRuleSASToken
99

1010
## SYNOPSIS
11-
Generates a SAS tolen for Azure servicebus authorization rule of namespace/queue/topic.
11+
Generates a SAS token for Azure servicebus authorization rule of namespace/queue/topic.
1212

1313
## SYNTAX
1414

@@ -30,7 +30,7 @@ $EndTime = $StartTime.AddHours(2.0)
3030
$SasToken = New-AzServiceBusAuthorizationRuleSASToken -AuthorizationRuleId $updatedAuthRule.Id -KeyType Primary -ExpiryTime $EndTime -StartTime $StartTime
3131
```
3232

33-
Generate SAS token for the given authorixation rule for Namespace with start and expiry time..
33+
Generate SAS token for the given authorization rule for Namespace with start and expiry time..
3434

3535
### Example 2
3636
```powershell
@@ -165,4 +165,4 @@ For more information, see about_CommonParameters (http://go.microsoft.com/fwlink
165165

166166
## NOTES
167167

168-
## RELATED LINKS
168+
## RELATED LINKS

0 commit comments

Comments
 (0)