From dc6681a27c26515b16b76b518405f1ea0b083793 Mon Sep 17 00:00:00 2001 From: Markos Gogoulos Date: Mon, 21 Dec 2020 21:27:05 +0200 Subject: [PATCH] fix typo in documentation --- docs/Configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ```