Skip to content

Commit d9817c4

Browse files
authored
Update grammar in docs (#22)
1 parent c44fd99 commit d9817c4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/source/reference/storage.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
Storage
33
=======
4-
Storage can be access using ``django.contrib.message.get_messages`` method.
4+
Storage can be accessed using ``django.contrib.message.get_messages`` method.
55
For example:
66

77
.. code-block:: python
@@ -49,7 +49,7 @@ Attributes
4949
Python Access
5050
~~~~~~~~~~~~~~
5151

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

5555
+-------------------------------+------+---------------------------------------------------+

0 commit comments

Comments
 (0)