diff --git a/AUTHORS.md b/AUTHORS.md index 6ff840e070..f2ce958c10 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -58,5 +58,6 @@ Contributors to LibreNMS: - Mark Nagel (ciscoqid) - Sławomir Paszkiewicz (paszczus) - Frederik Mogensen (mogensen) +- Matthew Scully Examples @@ -145,7 +145,7 @@ To include users that have `Global-Read` or `Administrator` permissions it is re ~ ```php $config['alert']['globals'] = true; //Include Global-Read into alert-contacts -$config['alert']['admins'] = true; //Include Adminstrators into alert-contacts +$config['alert']['admins'] = true; //Include Administrators into alert-contacts ``` ~~ @@ -374,7 +374,7 @@ $config['alert']['transports']['pushbullet'] = 'MYFANCYACCESSTOKEN'; # Entities -Entities as described earlier are based on the table and column names within the database, if you are ensure of what the entity is you want then have a browse around inside MySQL using `show tables` and `desc `. +Entities as described earlier are based on the table and column names within the database, if you are unsure of what the entity is you want then have a browse around inside MySQL using `show tables` and `desc `. ## Devices