aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorGravatar Alexis Degrugillier <aledeg@users.noreply.github.com> 2021-08-30 09:11:23 -0400
committerGravatar GitHub <noreply@github.com> 2021-08-30 15:11:23 +0200
commit3ae7474614265d3ca5557b9b51a7df5e506c91fd (patch)
tree496a97f5fd6011aa42a267e4aa2c6560672f93d3 /docs
parent50ba6bbe07b0bb86eb07e3212ba2e22cb2878cf2 (diff)
Fix documentation typo (#3810)
See #3809
Diffstat (limited to 'docs')
-rw-r--r--docs/en/admins/08_FeedUpdates.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/en/admins/08_FeedUpdates.md b/docs/en/admins/08_FeedUpdates.md
index f37210718..ef79d6351 100644
--- a/docs/en/admins/08_FeedUpdates.md
+++ b/docs/en/admins/08_FeedUpdates.md
@@ -54,4 +54,4 @@ Type=simple
ExecStart=/usr/bin/php /usr/share/FreshRSS/app/actualize_script.php
```
-Finally, you need to enable the timer with `systemctl enable freshrss.timer` and reload the systemd configuration with `systemctl daeamon-reload`.
+Finally, you need to enable the timer with `systemctl enable freshrss.timer` and reload the systemd configuration with `systemctl daemon-reload`.