Skip to content

Commit 05cc76b

Browse files
authored
Merge pull request #5176 from dojutsu-user/english-fix
Small docs fix
2 parents 658bb07 + bb49288 commit 05cc76b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/development/search.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ After any build is successfully finished, `HTMLFile` objects are created for eac
6161
`django-elasticsearch-dsl`_ package listens to the `post_create`/`post_delete` signals
6262
to index/delete documents, but it has performance drawbacks as it send HTTP request whenever
6363
any `HTMLFile` objects is created or deleted. To optimize the performance, `bulk_post_create`
64-
and `bulk_post_delete` Signals_ are dispatched with list of `HTMLFIle` objects so its possible
64+
and `bulk_post_delete` signals_ are dispatched with list of `HTMLFIle` objects so its possible
6565
to bulk index documents in elasticsearch ( `bulk_post_create` signal is dispatched for created
6666
and `bulk_post_delete` is dispatched for deleted objects). Both of the signals are dispatched
6767
with the list of the instances of `HTMLFile` in `instance_list` parameter.
@@ -107,4 +107,4 @@ As per requirements of `django-elasticsearch-dsl`_, it is stored in the
107107
.. _Elasticsearch document: https://www.elastic.co/guide/en/elasticsearch/guide/current/document.html
108108
.. _django-elasticsearch-dsl: https://github.com/sabricot/django-elasticsearch-dsl
109109
.. _elasticsearch-dsl: http://elasticsearch-dsl.readthedocs.io/en/latest/
110-
.. _Signals: https://docs.djangoproject.com/en/2.1/topics/signals/
110+
.. _signals: https://docs.djangoproject.com/en/2.1/topics/signals/

0 commit comments

Comments
 (0)