Skip to content

Commit a031d5d

Browse files
authored
Update Get-AzDnsForwardingRuleset.md
1 parent b7db2ff commit a031d5d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/DnsResolver/examples/Get-AzDnsForwardingRuleset.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ westus2 dnsForwardingRuleset Microsoft.Network/dnsForwardingRulesets "04005592-
2828

2929
This command gets single DNS forwarding ruleset by name.
3030

31-
### Example 3: List all DNS forwarding ruleset under the resouce group
31+
### Example 3: List all DNS forwarding ruleset under the resource group
3232
```powershell
3333
Get-AzDnsForwardingRuleset -ResourceGroupName sampleRG
3434
```
@@ -41,7 +41,7 @@ westus2 pw-dnsForwardingRuleset Microsoft.Network/dnsForwardingRulesets "08009
4141
westus2 pw-dnsForwardingRuleset1 Microsoft.Network/dnsForwardingRulesets "08007ccc-0000-0800-0000-60e3846a0000"
4242
```
4343

44-
This command gets all DNS forwarding ruleset under the resouce group.
44+
This command gets all DNS forwarding ruleset under the resource group.
4545

4646
### Example 4: List all DNS forwarding ruleset under the virtual network
4747
```powershell

0 commit comments

Comments
 (0)