fix(docs): fix typo "yavascript" (#2570)

This commit is contained in:
LeoniePhiline 2024-07-16 18:02:12 +02:00 committed by GitHub
parent 6390f65052
commit c273211c8b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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/`.