Skip to content

Commit ceaebc9

Browse files
authored
fix typo
1 parent ae4c4e6 commit ceaebc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/contributing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ Open :file:`mycoverage/index.html` in your browser and you can see a coverage su
253253
There's no need to wait for Codecov to complain after you submit your PR.
254254

255255
The tests are generic and written to work with both single database and multiple database configurations. tox will run
256-
tests both ways. You can see the configurations used in tests/settings.py and tests/multi_db_settins.py.
256+
tests both ways. You can see the configurations used in tests/settings.py and tests/multi_db_settings.py.
257257

258258
When there are multiple databases defined, Django tests will not work unless they are told which database(s) to work with.
259259
For test writers this means any test must either:

0 commit comments

Comments
 (0)