diff options
author | Walmyr Lima <walmyr@gitlab.com> | 2019-04-02 14:36:21 +0200 |
---|---|---|
committer | Walmyr Lima <walmyr@gitlab.com> | 2019-04-02 14:36:21 +0200 |
commit | 3da182cc753c6c42116ec66da511c13a7ff98a4c (patch) | |
tree | 7d7c6c80cd94e6a3fe80b370d9a56428723bff19 /qa | |
parent | 784b1756020ba564b45cb539a538f79c138f92dd (diff) | |
download | gitlab-ce-3da182cc753c6c42116ec66da511c13a7ff98a4c.tar.gz |
Fix typo on tests style guidedoc/fix-typo-on-tests-style-guide
Diffstat (limited to 'qa')
-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 |