From 250f4a5091f3d090b4ab6eb92f4df34d27324340 Mon Sep 17 00:00:00 2001 From: Patrik Oldsberg Date: Mon, 24 Jan 2022 17:00:54 +0100 Subject: [PATCH] docs: fix type in composability docs Signed-off-by: Patrik Oldsberg --- docs/plugins/composability.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 |