Skip to content

Commit db86725

Browse files
authored
Merge pull request #2122 from msewaweru/getmgdomain-typo
Corrected a typo - Get-MgDomain
2 parents 36d4eba + 95df2cf commit db86725

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Identity.DirectoryManagement/beta/examples/Get-MgBetaDomain.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
### Example 1: Get a list of domaim objects
1+
### Example 1: Get a list of domain objects
22

33
```powershell
44
Get-MgBetaDomain | Format-List

src/Identity.DirectoryManagement/v1.0/examples/Get-MgDomain.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
### Example 1: Get a list of domaim objects
1+
### Example 1: Get a list of domain objects
22

33
```powershell
44
Get-MgDomain | Format-List

0 commit comments

Comments
 (0)