Fix typo in YML file name

If I understand correctly, the mkdocs.yml file contains settings for the mkdocs application
This commit is contained in:
Альберт
2020-06-18 22:41:53 +05:00
committed by GitHub
parent 35dc319a76
commit 0b3e1680cc

View File

@@ -27,7 +27,7 @@ Once it has started, you can open your browser to [http://localhost](http://loca
## Development ## Development
This project has a `docker-compose.yml` file, which will start the mkdocs application on your This project has a `mkdocs.yml` file, which will start the mkdocs application on your
local machine and help you see changes instantly. local machine and help you see changes instantly.
```bash ```bash