diff options
author | Sanad Liaquat <sliaquat@gitlab.com> | 2019-04-03 02:25:59 +0000 |
---|---|---|
committer | Sanad Liaquat <sliaquat@gitlab.com> | 2019-04-03 02:25:59 +0000 |
commit | 14e2e61de7010034a7e9aaa967b6ee7e3c061d18 (patch) | |
tree | 02172fb82a0b170c6159444156be2543c3f42fc0 | |
parent | 645303c7e71d554c3ee1a338730d8b779c47acc1 (diff) | |
parent | 3da182cc753c6c42116ec66da511c13a7ff98a4c (diff) | |
download | gitlab-ce-14e2e61de7010034a7e9aaa967b6ee7e3c061d18.tar.gz |
Merge branch 'doc/fix-typo-on-tests-style-guide' into 'master'
Fix typo on tests style guide
See merge request gitlab-org/gitlab-ce!26859
-rw-r--r-- | qa/STYLE_GUIDE.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qa/STYLE_GUIDE.md b/qa/STYLE_GUIDE.md index f85e7492409..900f7456e1a 100644 --- a/qa/STYLE_GUIDE.md +++ b/qa/STYLE_GUIDE.md @@ -43,4 +43,4 @@ end Notice that in the above example, before clicking the `:operations_environments_link`, another element is hovered over. -> We can create these methods as helpers to abstrac multi-step navigation.
\ No newline at end of file +> We can create these methods as helpers to abstract multi-step navigation.
\ No newline at end of file |