diff --git a/content/cloud/contribute/index.md b/content/cloud/contribute/index.md
index 75e38d838a227562d7b7fb23f0d8e2f8b93947aa..97425dfa1ae97f0de3b84d452bec535b214f5361 100644
--- a/content/cloud/contribute/index.md
+++ b/content/cloud/contribute/index.md
@@ -33,12 +33,12 @@ git clone git@gitlab.ics.muni.cz:${GITLAB_USER}/documentation.git
 git checkout -b my_change
 ```
 
-## Edit GitBook
+## Make Changes & Run Local Server
 ```bash
 # in `documentation`
 hugo --config config-dev.toml serve
 ```
-> Edits will be show live in your browser window, no need to refresh.
+> Edits will be show live in your browser window, no need to restart the server.
 
 ## Commit and Push Changes
 ```bash