From ecbd932a9773f7fcf80d6e58dc8ec6d4eee02bce Mon Sep 17 00:00:00 2001 From: Viraj Date: Wed, 22 Sep 2021 06:52:30 +0000 Subject: [PATCH] this is my first contribution to gitlab . changes done by me is changed abbreviation 'repo' to 'repository, because the first timers or new to the gitlab may not understand what repo means . --- doc/development.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/development.md b/doc/development.md index db646ff4a..5edce552a 100644 --- a/doc/development.md +++ b/doc/development.md @@ -2,7 +2,7 @@ If you want to develop GitLab Pages with the GDK, follow [these instructions](https://gitlab.com/gitlab-org/gitlab-development-kit/-/blob/main/doc/howto/pages.md). -You can also run and develop GitLab Pages outside of the GDK. Here is a few commands and host file changes to get you running with the examples built into the repo. +You can also run and develop GitLab Pages outside of the GDK. Here is a few commands and host file changes to get you running with the examples built into the repository. Create `gitlab-pages.conf` in the root of this project: -- GitLab