From 14ccb829b2e363ab0780e84f75d9b9f355a2841e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Weber?= Date: Sun, 26 Jan 2025 15:05:16 +0100 Subject: [PATCH] docs: fix typo --- exampleSite/config/_default/params.toml | 2 +- .../content/authoring/frontmatter/reference/frontmatter.toml | 2 +- layouts/partials/version.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/exampleSite/config/_default/params.toml b/exampleSite/config/_default/params.toml index 40080ccbc9..14de3a6a1d 100644 --- a/exampleSite/config/_default/params.toml +++ b/exampleSite/config/_default/params.toml @@ -567,7 +567,7 @@ customMermaidURL = '' # 'https://unpkg.com/mermaid/dist/mermaid.min.js' # codefence is involved and the library is not loaded by default so you can # force loading it by setting `openapi.force=true`. # This can be overridden in the page's frontmatter. -oppenapi.force = false +openapi.force = false # URL for external OpenAPI library. # Default: not set diff --git a/exampleSite/content/authoring/frontmatter/reference/frontmatter.toml b/exampleSite/content/authoring/frontmatter/reference/frontmatter.toml index 2b5c2ed11a..817d92f3e8 100644 --- a/exampleSite/content/authoring/frontmatter/reference/frontmatter.toml +++ b/exampleSite/content/authoring/frontmatter/reference/frontmatter.toml @@ -366,7 +366,7 @@ customMermaidURL = '' # 'https://unpkg.com/mermaid/dist/mermaid.min.js' # codefence is involved and the library is not loaded by default so you can # force loading it by setting `openapi.force=true`. # If not set, the set value of your site's hugo.toml is used. -oppenapi.force = false +openapi.force = false # URL for external OpenAPI library. # Default: not set diff --git a/layouts/partials/version.txt b/layouts/partials/version.txt index a26cdea556..5f741ec110 100644 --- a/layouts/partials/version.txt +++ b/layouts/partials/version.txt @@ -1 +1 @@ -7.3.1+c4a8c278be4013f283872b4cbb88e4baa19b2988 \ No newline at end of file +7.3.1+7d78c9a6a491b17d879400fe79fb6c0d75a1add8 \ No newline at end of file