docs: fix type in composability docs

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2022-01-24 17:00:54 +01:00
committed by GitHub
parent 2488a81e20
commit 250f4a5091
+1 -1
View File
@@ -193,7 +193,7 @@ const App = () => (
### Naming Patterns
There are a couple of naming patters to adhere to as you build plugins, which
There are a couple of naming patterns to adhere to as you build plugins, which
helps clarify the intent and usage of the exports.
| Description | Pattern | Examples |