Merge pull request #9143 from backstage/Rugvip-patch-1

docs: fix typo in composability docs
This commit is contained in:
Patrik Oldsberg
2022-01-24 18:26:51 +01:00
committed by GitHub
+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 |