Skip to content

Commit 3f3ef0a

Browse files
authored
Update Remove-AzDataLakeGen2Item.md (#15388)
In example 1 and 2, the command missed an "I" in the word Item.
1 parent c47d3f0 commit 3f3ef0a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Storage/Storage.Management/help/Remove-AzDataLakeGen2Item.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,14 @@ This cmdlet only works if Hierarchical Namespace is enabled for the Storage acco
3434

3535
### Example 1: Removes a directory
3636
```
37-
PS C:\>Remove-AzDataLakeGen2tem -FileSystem "filesystem1" -Path "dir1/"
37+
PS C:\>Remove-AzDataLakeGen2Item -FileSystem "filesystem1" -Path "dir1/"
3838
```
3939

4040
This command removes a directory from a Filesystem.
4141

4242
### Example 2: Removes a file without prompt
4343
```
44-
PS C:\>Remove-AzDataLakeGen2tem -FileSystem "filesystem1" -Path "dir1/file1" -Force
44+
PS C:\>Remove-AzDataLakeGen2Item -FileSystem "filesystem1" -Path "dir1/file1" -Force
4545
```
4646

4747
This command removes a directory from a Filesystem, without prompt.

0 commit comments

Comments
 (0)