Skip to content

Commit 89a1627

Browse files
committed
fixing typo
1 parent 6427c9c commit 89a1627

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/app-service/app-service-undelete.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ To get the collection of deleted apps you can use `Get-AzDeletedWebApp`.
1818
For details on a specific deleted app you can use:
1919

2020
```powershell
21-
Get-AzDeletedWebApp -Name <your_delted_app>
21+
Get-AzDeletedWebApp -Name <your_deleted_app>
2222
```
2323

2424
The detailed information includes:

0 commit comments

Comments
 (0)