Fix autocorrect typo

This commit is contained in:
Garrone Joseph 2020-05-19 15:48:02 +02:00 committed by GitHub
parent 5c26178184
commit 1e91b96b87
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -161,7 +161,7 @@ Example:
- [GitBook documentation website](https://docs.evt.land) - [GitBook documentation website](https://docs.evt.land)
I advise you to have a special directory at the root of your project where the markdown documentation files I advise you to have a special directory at the root of your project where the markdown documentation files
are stored. It is configured by placing a ``.netbook.yaml`` file at the root of the repo containing, for example: are stored. It is configured by placing a ``.gitbook.yaml`` file at the root of the repo containing, for example:
``root: ./docs/`` ``root: ./docs/``
PS: I am not affiliated with GitBook in any way. PS: I am not affiliated with GitBook in any way.