diff --git a/docs/plugins/composability.md b/docs/plugins/composability.md index de4bc15cf1..1894ce0d0d 100644 --- a/docs/plugins/composability.md +++ b/docs/plugins/composability.md @@ -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 |