From 31d57acc661eaaa181a9274d662b0e6ab935c50e Mon Sep 17 00:00:00 2001 From: Swalah Amani Date: Wed, 10 Nov 2021 00:16:10 +0530 Subject: [PATCH] misc: replace all "Metadatas" with "Metadata" (#5871) Co-authored-by: Josh-Cena --- docs/tutorial-basics/create-a-document.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorial-basics/create-a-document.md b/docs/tutorial-basics/create-a-document.md index b4a072ecdd..feaced79d0 100644 --- a/docs/tutorial-basics/create-a-document.md +++ b/docs/tutorial-basics/create-a-document.md @@ -26,7 +26,7 @@ A new document is now available at `http://localhost:3000/docs/hello`. Docusaurus automatically **creates a sidebar** from the `docs` folder. -Add metadatas to customize the sidebar label and position: +Add metadata to customize the sidebar label and position: ```md title="docs/hello.md" {1-4} ---