Skip to content

Commit 76c7a7c

Browse files
committed
Merge pull request django-cms#2269 from mikedory/develop
fixing punctuation in the README's intro
2 parents 1138ee5 + 18d7e80 commit 76c7a7c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ A Django application for managing hierarchical pages of content, possibly in
66
multiple languages and/or on multiple sites.
77

88
Django CMS handles the navigation rendering for you with clean, slug based URLs,
9-
and this navigation can be extended by custom Django applications
9+
and this navigation can be extended by custom Django applications.
1010

1111
You can define editable areas, called placeholders, in your templates which you
1212
can fill with CMS plugins, by default we ship the following plugins:
@@ -56,4 +56,4 @@ Credits
5656
* Javascript tree in admin uses `jsTree <http://www.jstree.com>`_.
5757
* Many thanks to the
5858
`over 150 contributors <https://github.com/divio/django-cms/blob/master/AUTHORS>`_
59-
to the django CMS!
59+
to the django CMS!

0 commit comments

Comments
 (0)