diff --git a/docs/pages/Head/+Page.mdx b/docs/pages/Head/+Page.mdx index 385bc4b787..d8b834230b 100644 --- a/docs/pages/Head/+Page.mdx +++ b/docs/pages/Head/+Page.mdx @@ -257,7 +257,7 @@ export const Head = () => > If you have a need for overriding, then add a comment at: [#1692 - Add `override` and `default` options for cumulative configs](https://github.com/vikejs/vike/issues/1692) -## How to injecting raw HTML? +## How to inject raw HTML? You can inject any arbitrary HTML string to the page's ``. For example using: