From b3cf9738ef18b727209b282c8ed27fb0c7716ae7 Mon Sep 17 00:00:00 2001 From: Romuald Brillout Date: Thu, 29 Aug 2024 18:31:25 +0200 Subject: [PATCH] docs: typo --- docs/pages/Head/+Page.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: