Skip to content

Commit 91d9ee6

Browse files
authored
Set-AzDataLakeGen2AclRecursive.md - Fix typo (directiry -> directory) (#14082)
1 parent b4abd5d commit 91d9ee6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Storage/Storage.Management/help/Set-AzDataLakeGen2AclRecursive.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ The input ACL will replace original ACL completely.
2525

2626
## EXAMPLES
2727

28-
### Example 1: Set ACL recursively on a directiry
28+
### Example 1: Set ACL recursively on a directory
2929
```
3030
PS C:\>$acl = New-AzDataLakeGen2ItemAclObject -AccessControlType user -Permission rwx
3131
PS C:\>$acl = New-AzDataLakeGen2ItemAclObject -AccessControlType group -Permission rw- -InputObject $acl
@@ -41,7 +41,7 @@ ContinuationToken :
4141

4242
This command first creates an ACL object with 3 acl entries, then sets ACL recursively on a directory.
4343

44-
### Example 2: Set ACL recursively on a root directiry of filesystem
44+
### Example 2: Set ACL recursively on a root directory of filesystem
4545
```
4646
PS C:\> $result = Set-AzDataLakeGen2AclRecursive -FileSystem "filesystem1" -Acl $acl -Context $ctx
4747

0 commit comments

Comments
 (0)