grammar in health information docs (#8831)

DO NOT DELETE THIS TEXT

#### Please note

> Please read this information carefully. You can run `./scripts/pre-commit.php` to check your code before submitting.

- [ ] Have you followed our [code guidelines?](http://docs.librenms.org/Developing/Code-Guidelines/)

#### Testers

If you would like to test this pull request then please run: `./scripts/github-apply <pr_id>`, i.e `./scripts/github-apply 5926`
This commit is contained in:
cron410 2018-06-19 02:57:23 -04:00 committed by Neil Lathwood
parent 45f98872bb
commit 68a67666f8

View File

@ -38,7 +38,7 @@ We have support for defining health / sensor discovery using YAML files so that
> Please note that DISPLAY-HINTS are disabled so ensure you use the correct divisor / multiplier if applicable.
All yaml files are located in `includes/definitions/discovery/$os.yaml`. Defining the information hear is not always
All yaml files are located in `includes/definitions/discovery/$os.yaml`. Defining the information here is not always
possible and is heavily reliant on vendors being sensible with the MIBs they generate. Only snmp walks are supported
and you must provide a sane table that can be traversed and contains all of the data you need. We will use netbotz as
an example here.