diff --git a/docs/Configuration.md b/docs/Configuration.md index 78dab51..572d37a 100644 --- a/docs/Configuration.md +++ b/docs/Configuration.md @@ -7,7 +7,7 @@ It is advisable to override any of them by adding it to `cms/local_settings.py` Any change needs restart of MediaCMS in order to take effect. So edit `cms/local_settings.py`, make a change and restart MediaCMS ``` -#systectl restart mediacms +#systemctl restart mediacms ```