From 1945802f6f944921baa8ce83feff6e51fc76245a Mon Sep 17 00:00:00 2001 From: Yunus Efendi <19399214+yunusefendi52@users.noreply.github.com> Date: Tue, 7 Mar 2023 22:56:38 +0700 Subject: [PATCH] Fix typo (#305) --- src/docs/markdown/running.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/docs/markdown/running.md b/src/docs/markdown/running.md index 33f5377..bc783a8 100644 --- a/src/docs/markdown/running.md +++ b/src/docs/markdown/running.md @@ -213,7 +213,7 @@ You can now install the service using: You might want to start the Windows Services Console to see if the service is runnnig correctly:
services.msc
-Be aware that Windows services cannot be reloaded, so you have to tell caddy directly to relaod:
+Be aware that Windows services cannot be reloaded, so you have to tell caddy directly to reload:
caddy reload
Restarting is possible via the normal Windows services commands, for example via the Task Manager's "Services" tab.