Преглед изворни кода

Merge pull request #2382 from consentfactory/develop

Fixed typo for supervisorctl
Jeremy Stretch пре 7 година
родитељ
комит
a457a73826
1 измењених фајлова са 1 додато и 1 уклоњено
  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:
 
 ```no-highlight
-# sudo supervsiorctl restart netbox
+# sudo supervisorctl restart netbox
 ```