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

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2024-08-16 11:47:45 +02:00
committed by GitHub
parent 7673308e82
commit d42c283390
@@ -81,7 +81,7 @@ Note the `yield*` expression, which forwards all values from the provided iterab
## Overriding declared outputs
When overriding an extension out can provide a new output declaration. This **replaces** any existing output declaration, which means that you want to forward any of the original output you will need to declare it again. The following example shows how to override an extension and replace the output declaration:
When overriding an extension you can provide a new output declaration. This **replaces** any existing output declaration, which means that you want to forward any of the original output you will need to declare it again. The following example shows how to override an extension and replace the output declaration:
```tsx
// Original extension