Skip to content

Commit

Permalink
A small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
batiste committed Dec 14, 2020
1 parent 3b85e43 commit ae106d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/create-blog-application.rst
Expand Up @@ -22,7 +22,7 @@ Step 2: Create the views

Open you newly created `blog/views.py` file and create 2 views. One for the
category view and another for the Blog's index.
We are using the `django-taggit` application to handle the categories, this way a Blog Post can be included
We are using the `django-taggit` application to handle the categories, this way a Blog Post can be included in
several categories.

.. code-block:: python
Expand Down

0 comments on commit ae106d7

Please sign in to comment.