Skip to content

Commit 91dffb7

Browse files
committed
Small docs change
1 parent 48cb268 commit 91dffb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reactivity.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -850,7 +850,7 @@ of feedback, testing, and changes, I've noticed a few problems with its first im
850850
So, I've decided to partially rewrite the rule with a modular architecture to alleviate these issues.
851851
Both the core detection code and any dependency-specific detections will use the same API.
852852

853-
### Ease of change and extensibility: Plugins (Customizations)
853+
### Ease of change and extensibility
854854

855855
`solid/reactivity`, itself part of an ESLint plugin, will move to a more modular, plugin-like architecture.
856856
The `reactivity/modules` folder will hold files for core `solid-js` reactivity detection as well as

0 commit comments

Comments
 (0)