Skip to content

Commit

Permalink
Update grammar in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mroyal authored Mar 7, 2024
1 parent c44fd99 commit a66c6bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/reference/storage.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

Storage
=======
Storage can be access using ``django.contrib.message.get_messages`` method.
Storage can be accessed using ``django.contrib.message.get_messages`` method.
For example:

.. code-block:: python
Expand Down Expand Up @@ -49,7 +49,7 @@ Attributes
Python Access
~~~~~~~~~~~~~~

Storage object provide many syntax based access that is similar to other **Python collections**.
The storage object provide many syntax based access that is similar to other **Python collections**.
All access via those interfaces is for **unread messages**, and some of them also **mark them as read**.

+-------------------------------+------+---------------------------------------------------+
Expand Down

0 comments on commit a66c6bf

Please sign in to comment.