Fixes in documentation (#1927)

* Fixed typos and grammer in documentation
This commit is contained in:
Arvind Kumar
2019-10-17 06:34:27 +00:00
committed by ljacqu
parent 004cccf3c2
commit d6711d83b3
5 changed files with 38 additions and 40 deletions
@@ -2,15 +2,15 @@
<!-- File auto-generated on {gen_date}. See docs/config/config.tpl.md -->
## AuthMe Configuration
The first time you run AuthMe it will create a config.yml file in the plugins/AuthMe folder,
with which you can configure various settings. This following is the initial contents of
The first time you run AuthMe it will create a config.yml file in the plugins/AuthMe folder,
with which you can configure various settings. The following is the initial contents of
the generated config.yml file.
```yml
{config}
```
To change settings on a running server, save your changes to config.yml and use
To change settings on a running server, save your changes to config.yml and use
`/authme reload`.
{gen_footer}