Skip to content

Fix minor documentation typos #329

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 19, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/source/develop.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Report bugs or propose enhancements through `github bug tracker`_
_`github bug tracker`: https://github.com/sabricot/django-elasticsearch-dsl/issues


If you wan't to contribute, the code is on github:
If you want to contribute, the code is on github:
https://github.com/sabricot/django-elasticsearch-dsl

Testing
Expand Down
2 changes: 1 addition & 1 deletion docs/source/settings.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ ELASTICSEARCH_DSL_AUTO_REFRESH

Default: ``True``

Set to ``False`` not force an [index refresh](https://www.elastic.co/guide/en/elasticsearch/reference/current/indices-refresh.html) with every save.
Set to ``False`` not force an `index refresh <https://www.elastic.co/guide/en/elasticsearch/reference/current/indices-refresh.html>`_ with every save.

ELASTICSEARCH_DSL_SIGNAL_PROCESSOR
==================================
Expand Down