From bf8a17408ae21fec0ec4a96323f2abe64d96e42f Mon Sep 17 00:00:00 2001
From: berkas1 <berka@berkasimon.com>
Date: Thu, 3 Jun 2021 01:47:08 +0200
Subject: [PATCH] minor fix in contribute.md

---
 content/cloud/contribute/index.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/content/cloud/contribute/index.md b/content/cloud/contribute/index.md
index 75e38d8..97425df 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
-- 
GitLab