fix typo in documentation

This commit is contained in:
Markos Gogoulos 2020-12-21 21:27:05 +02:00
parent 87539eb8ef
commit dc6681a27c

View File

@ -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
```