Update docs/frontend-system/architecture/05-extension-overrides.md

Co-authored-by: Patrik Oldsberg <poldsberg@gmail.com>
Signed-off-by: Camila Belo <camilaibs@gmail.com>
This commit is contained in:
Camila Belo
2024-01-17 15:22:41 +01:00
parent 17b2750329
commit fbe52d23cf
@@ -122,7 +122,7 @@ export default app.createRoot();
Now let's talk about the last override case, orphan extensions.
## Create Orphan Extensions
## Create Standalone Extensions
Sometimes you just need to quickly create a new extension and not overwrite an app extension or plugin. You can also use overrides to create extensions, but remember that if you want to make this extension available for installation by other users, we recommend providing it via a plugin in a separate package.