Skip to content

Commit 4460bca

Browse files
authored
fix quickstart.rst (#276)
1 parent 4b6d4dd commit 4460bca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/quickstart.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ create a subclass of ``django_elasticsearch_dsl.Document``,
5252
create a ``class Index`` inside the ``Document`` class
5353
to define your Elasticsearch indices, names, settings etc
5454
and at last register the class using ``registry.register_document`` decorator.
55-
It required to defined ``Document`` class in ``documents.py`` in your app directory.
55+
It is required to define ``Document`` class in ``documents.py`` in your app directory.
5656

5757
.. code-block:: python
5858

0 commit comments

Comments
 (0)