Fixed typo for supervisorctl

This commit is contained in:
Jimmy Taylor 2018-08-21 08:28:23 -06:00 committed by GitHub
parent e1e41a768a
commit 118b8db209
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,5 +12,5 @@ While NetBox has many configuration settings, only a few of them must be defined
Configuration settings may be changed at any time. However, the NetBox service must be restarted before the changes will take effect:
```no-highlight
# sudo supervsiorctl restart netbox
# sudo supervisorctl restart netbox
```