Skip to content

Commit caeb594

Browse files
committed
typo fixing in settings.md
1 parent 29fd2ae commit caeb594

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/settings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ You can use hidden to prevent your docs from showing up in different environment
2020
}
2121

2222
##### DESC_TABLE
23-
You can use Table representation to make your fields list in the documentation clear. So We can change representation by adding single line inside the `REST_FRAMEWORK_DOCS` in `setting.py`.
23+
You can use Table representation to make your fields list in the documentation clear. So We can change representation by adding single line inside the `REST_FRAMEWORK_DOCS` in `settings.py`.
2424

2525
'DESC_TABLE': os.environ.get('DESCRIBE_TABLE', False)
2626

0 commit comments

Comments
 (0)