From 8cab6b0b7e382e21c8c90f1d84828d724bd1ce65 Mon Sep 17 00:00:00 2001 From: Patrik Oldsberg Date: Thu, 11 Dec 2025 11:02:33 +0100 Subject: [PATCH] docs: +in Signed-off-by: Patrik Oldsberg --- docs/plugins/structure-of-a-plugin.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/plugins/structure-of-a-plugin.md b/docs/plugins/structure-of-a-plugin.md index 0d18942320..8412ead179 100644 --- a/docs/plugins/structure-of-a-plugin.md +++ b/docs/plugins/structure-of-a-plugin.md @@ -81,7 +81,7 @@ export const ExamplePage = examplePlugin.provide( ``` This is where the plugin is created and where it creates and exports extensions -that can be imported and used the app. See reference docs for +that can be imported and used in the app. See reference docs for [`createPlugin`](../reference/core-plugin-api.createplugin.md) or introduction to the new [Composability System](./composability.md).