mirror of
https://github.com/Terreii/andromeda-viewer.git
synced 2026-08-14 00:57:49 +00:00
docs: fix textlint hooks error
This commit is contained in:
+3
-1
@@ -2,7 +2,9 @@
|
||||
"filters": {},
|
||||
"rules": {
|
||||
"alex": {
|
||||
"allow": []
|
||||
"allow": [
|
||||
"hooks"
|
||||
]
|
||||
},
|
||||
"common-misspellings": true,
|
||||
"rousseau": {
|
||||
|
||||
+2
-2
@@ -1,5 +1,5 @@
|
||||
# Hooks
|
||||
|
||||
This directory contains all kinds of [__react-hooks__](https://reactjs.org/docs/hooks-intro.html).
|
||||
This directory contains all kinds of custom [__react-hooks__](https://reactjs.org/docs/hooks-intro.html).
|
||||
|
||||
They are allowed to access *state*, dispatch *actions* and more.
|
||||
They can access *state*, dispatch *actions* and more. Using hooks *components* can also access the global state.
|
||||
|
||||
Reference in New Issue
Block a user