From c273211c8bb8c43f8e7481ae3a2efbf6ce9fcdd8 Mon Sep 17 00:00:00 2001 From: LeoniePhiline <22329650+LeoniePhiline@users.noreply.github.com> Date: Tue, 16 Jul 2024 18:02:12 +0200 Subject: [PATCH] fix(docs): fix typo "yavascript" (#2570) --- docs/content/documentation/content/overview.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/content/documentation/content/overview.md b/docs/content/documentation/content/overview.md index c81f7b28d..6856f2f41 100644 --- a/docs/content/documentation/content/overview.md +++ b/docs/content/documentation/content/overview.md @@ -52,16 +52,16 @@ as an `index.md` file in a dedicated directory (`latest-experiment/index.md`), l └── research ├── latest-experiment │ ├── index.md - │ └── yavascript.js + │ └── javascript.js ├── _index.md └── research.jpg ``` With this setup, you may access `research.jpg` from your 'research' section -and `yavascript.js` from your 'latest-experiment' page directly within the Markdown: +and `javascript.js` from your 'latest-experiment' page directly within the Markdown: ```Markdown -Check out the complete program [here](yavascript.js). It's **really cool free-software**! +Check out the complete program [here](javascript.js). It's **really cool free-software**! ``` By default, this page's slug will be the directory name and thus its permalink will be `https://example.com/research/latest-experiment/`.