Skip to content

Commit 3d219c2

Browse files
authored
Update docs/rules/direct-slot-children.md
1 parent 32097eb commit 3d219c2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/rules/direct-slot-children.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,5 @@ const App = () => (
4242

4343
- `skipImportCheck` (default: `false`)
4444

45-
By default, the `direct-children` rule will only check for direct slot children in components that are imported from `@primer/react`. You can disable this behavior by setting `skipImportCheck` to `true`. This is used for internal linting in the [primer/react](https://github.com/prime/react) repository.
45+
By default, the `direct-slot-children` rule will only check for direct slot children in components that are imported from `@primer/react`. You can disable this behavior by setting `skipImportCheck` to `true`. This is used for internal linting in the [primer/react](https://github.com/prime/react) repository.
46+

0 commit comments

Comments
 (0)