From e7f383247c236c8e5a04867d857cd77bca267811 Mon Sep 17 00:00:00 2001 From: Eunice Waweru <73849846+msewaweru@users.noreply.github.com> Date: Tue, 4 Jul 2023 10:19:42 +0300 Subject: [PATCH] Corrected a typo --- .../beta/examples/Get-MgBetaDomain.md | 2 +- src/Identity.DirectoryManagement/v1.0/examples/Get-MgDomain.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Identity.DirectoryManagement/beta/examples/Get-MgBetaDomain.md b/src/Identity.DirectoryManagement/beta/examples/Get-MgBetaDomain.md index 33ec0311baf..ec0b108edcc 100644 --- a/src/Identity.DirectoryManagement/beta/examples/Get-MgBetaDomain.md +++ b/src/Identity.DirectoryManagement/beta/examples/Get-MgBetaDomain.md @@ -1,4 +1,4 @@ -### Example 1: Get a list of domaim objects +### Example 1: Get a list of domain objects ```powershell Get-MgBetaDomain | Format-List diff --git a/src/Identity.DirectoryManagement/v1.0/examples/Get-MgDomain.md b/src/Identity.DirectoryManagement/v1.0/examples/Get-MgDomain.md index c3544679971..b32b2bb59f7 100644 --- a/src/Identity.DirectoryManagement/v1.0/examples/Get-MgDomain.md +++ b/src/Identity.DirectoryManagement/v1.0/examples/Get-MgDomain.md @@ -1,4 +1,4 @@ -### Example 1: Get a list of domaim objects +### Example 1: Get a list of domain objects ```powershell Get-MgDomain | Format-List