Skip to content

Commit cb214fd

Browse files
authored
Update Export-CsAcquiredPhoneNumber.md
Fixed typos
1 parent dc65b54 commit cb214fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

teams/teams-ps/teams/Export-CsAcquiredPhoneNumber.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ This example displays the output of the export acquired phone numbers operation
8181
```powershell
8282
PS C:\> $orderId = Export-CsAcquiredPhoneNumber
8383
```
84-
This example displays the use of variable "orderId" for the export acquired phone numbers operation. The OrderId string will be stored in the variable named "oderId" and no output will be shown for the cmdlet.
84+
This example displays the use of variable "orderId" for the export acquired phone numbers operation. The OrderId string will be stored in the variable named "orderId" and no output will be shown for the cmdlet.
8585

8686
### Example 4
8787
```powershell
@@ -90,7 +90,7 @@ PS C:\> Export-CsAcquiredPhoneNumber -Property "TelephoneNumber, NumberType, Ass
9090
```output
9191
OrderId : 0e923e2c-ab0e-6h8c-be5a-906be8c
9292
```
93-
This example displays the use of variable "orderId" for the export acquired phone numbers operation with filtered properties. The OrderId string will be stored in the variable named "oderId" and no output will be shown for the cmdlet.
93+
This example displays the use of variable "orderId" for the export acquired phone numbers operation with filtered properties. The OrderId string will be stored in the variable named "orderId" and no output will be shown for the cmdlet.
9494

9595
## PARAMETERS
9696

0 commit comments

Comments
 (0)