Merge pull request #100 from myii/patch-1

Fix typo
This commit is contained in:
Pouria Hadjibagheri 2018-02-24 00:54:48 +00:00 committed by GitHub
commit 37827948ca
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -62,7 +62,7 @@ You can also implement **MarkdownX** through the forms. This will be done in you
Django Admin
------------
When using included ``MarkdowxModel`` class in your models, just use ``MarkdownxModelAdmin`` in
When using the build-in ``MarkdownxModel`` class in your models, just use ``MarkdownxModelAdmin`` in
your :guilabel:`app/admin.py` as follows:
.. code-block:: python
@ -77,4 +77,4 @@ your :guilabel:`app/admin.py` as follows:
.. _TextField: https://docs.djangoproject.com/en/dev/ref/models/fields/#django.db.models.TextField
.. _TextField: https://docs.djangoproject.com/en/dev/ref/models/fields/#django.db.models.TextField