From 118b8db2094324c5af4715ac02a49e63d84a7e24 Mon Sep 17 00:00:00 2001 From: Jimmy Taylor Date: Tue, 21 Aug 2018 08:28:23 -0600 Subject: [PATCH] Fixed typo for supervisorctl --- docs/configuration/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configuration/index.md b/docs/configuration/index.md index 97857a4c4..619af171c 100644 --- a/docs/configuration/index.md +++ b/docs/configuration/index.md @@ -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 ```