summaryrefslogtreecommitdiff
path: root/doc/development/testing_guide/best_practices.md
diff options
context:
space:
mode:
authorYoginth <me@yoginth.com>2019-06-12 15:51:29 +0000
committerMarcia Ramos <marcia@gitlab.com>2019-06-12 15:51:29 +0000
commit88bb6b1d740b2f1c6a94883ffd8c348574b4754e (patch)
treeadf30ead83af2b42d0f4390d3005372e0cdd548d /doc/development/testing_guide/best_practices.md
parent9450e4745542add38ffdadbc9356efd8a45066c9 (diff)
downloadgitlab-ce-88bb6b1d740b2f1c6a94883ffd8c348574b4754e.tar.gz
Fix Typos
Diffstat (limited to 'doc/development/testing_guide/best_practices.md')
-rw-r--r--doc/development/testing_guide/best_practices.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/development/testing_guide/best_practices.md b/doc/development/testing_guide/best_practices.md
index 82439c94c5a..71e3b7740cb 100644
--- a/doc/development/testing_guide/best_practices.md
+++ b/doc/development/testing_guide/best_practices.md
@@ -17,7 +17,7 @@ our test design. We can find some helpful heuristics documented in the Handbook
## Run tests against MySQL
-By default, tests are only run againts PostgreSQL, but you can run them on
+By default, tests are only run against PostgreSQL, but you can run them on
demand against MySQL by following one of the following conventions:
| Convention | Valid example |