Commit 61e190e9 authored by Stefanie Saffern's avatar Stefanie Saffern Committed by Mike Jang

@mjang1 I have fixed the following three sentences for the create-project.md file:

1. Changed cannot to can't (27:26)
2. Added a comma after or in a list of four items (36:6)
3. The linter mentions changing "you have" to "you've" in the sentence (134:19). "If you have access rights to the
   associated namespace, . . ."  It doesn't sound right to contract you have because "have" is the main verb. I changed
   the sentence  to "If you have access rights to the associated namespace, . . ."
@mjang1 I still need to fix future tense in this issue. I will wait to do it once you have approved of the MR. Thanks
parent 0d85c54b
......@@ -24,7 +24,7 @@ To create a project in GitLab:
- Run [CI/CD pipelines for external repositories](../ci/ci_cd_for_external_repos/index.md). **(PREMIUM)**
NOTE: **Note:**
For a list of words that cannot be used as project names see
For a list of words that can't be used as project names see
[Reserved project and group names](../user/reserved_names.md).
### Blank projects
......@@ -33,7 +33,7 @@ To create a new blank project on the **New project** page:
1. On the **Blank project** tab, provide the following information:
- The name of your project in the **Project name** field. You can't use
special characters, but you can use spaces, hyphens, underscores or even
special characters, but you can use spaces, hyphens, underscores, or even
emoji. When adding the name, the **Project slug** will auto populate.
The slug is what the GitLab instance will use as the URL path to the project.
If you want a different slug, input the project name first,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment