Merge pull request #32101 from backstage/rugvip/in

docs: +in
This commit is contained in:
Patrik Oldsberg
2025-12-11 11:28:57 +01:00
committed by GitHub
+1 -1
View File
@@ -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).