Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/beginners_guide.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/beginners_guide.md b/doc/beginners_guide.md
index dce8ab7f0..2a482f3cb 100644
--- a/doc/beginners_guide.md
+++ b/doc/beginners_guide.md
@@ -89,7 +89,7 @@ implementation or adding test cases and re-running the tests. The cycle
is "edit code, run tests".
This is many times faster than "edit gitaly, reinstall Gitaly into GDK,
-restart, reload localhost:3000".
+restart, reload `localhost:3000`".
Regardless, if you do want to see your locally changed Gitaly in
action on `localhost:3000`, you can. Run the following commands in