From 2ef22b617c5f6bc74cf28048c55e855cfd7375b4 Mon Sep 17 00:00:00 2001 From: Quentin Schulz Date: Mon, 20 Jan 2025 12:59:50 +0100 Subject: [PATCH] docs: fix Scehma/Schema typo for Next button label on json-schema-examples page A small typo made its way to the website in commit 72ae16842af8 ("Added navigation buttons in other sections of website (#1218)"), let's fix that mistake. Fixes: 72ae16842af8 ("Added navigation buttons in other sections of website (#1218)") Signed-off-by: Quentin Schulz --- pages/learn/json-schema-examples.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/learn/json-schema-examples.md b/pages/learn/json-schema-examples.md index fa4e63e85..191369d13 100644 --- a/pages/learn/json-schema-examples.md +++ b/pages/learn/json-schema-examples.md @@ -5,7 +5,7 @@ prev: label: Modeling a file system url: /learn/file-system next: - label: JSON Scehma Glossary + label: JSON Schema Glossary url: /learn/glossary ---