Browse Source

Fixed typo for supervisorctl

Jimmy Taylor 8 năm trước cách đây
mục cha
commit
118b8db209
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      docs/configuration/index.md

+ 1 - 1
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:
 Configuration settings may be changed at any time. However, the NetBox service must be restarted before the changes will take effect:
 
 
 ```no-highlight
 ```no-highlight
-# sudo supervsiorctl restart netbox
+# sudo supervisorctl restart netbox
 ```
 ```