diff options
author | George Tsiolis <tsiolis.g@gmail.com> | 2018-11-14 21:42:18 +0200 |
---|---|---|
committer | George Tsiolis <tsiolis.g@gmail.com> | 2018-11-16 12:05:55 +0200 |
commit | d2d8b935e2aee96e534543141d2f0beb449b7d79 (patch) | |
tree | a2e5879dc75dc76525461c30f386769d1f6a029c /.gitlab | |
parent | 28e3a90be82ac4365195a2cd96095fbd5e1b5c2c (diff) | |
download | gitlab-ce-d2d8b935e2aee96e534543141d2f0beb449b7d79.tar.gz |
Fix typos in docs
Diffstat (limited to '.gitlab')
-rw-r--r-- | .gitlab/issue_templates/Test plan.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab/issue_templates/Test plan.md b/.gitlab/issue_templates/Test plan.md index db8e30c419c..a3c3f4a6509 100644 --- a/.gitlab/issue_templates/Test plan.md +++ b/.gitlab/issue_templates/Test plan.md @@ -64,7 +64,7 @@ Some features might be simple enough that they only involve one Component, while more complex features could involve multiple or even all. Example (from https://gitlab.com/gitlab-org/gitlab-ce/issues/50353): -* Respository is +* Repository is * Intuitive * It's easy to select the desired file template * It doesn't require unnecessary actions to save the change @@ -93,4 +93,4 @@ When adding new automated tests, please keep [testing levels](https://docs.gitla in mind. --> -/label ~Quality ~"test plan"
\ No newline at end of file +/label ~Quality ~"test plan" |