Skip to content

Commit 4b279b7

Browse files
authored
Resolve typos from code review
1 parent 90716ac commit 4b279b7

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Key features
1717
============
1818

1919
- **Easy to implement re-usable frontend custom components**, which in the
20-
simples case consist of a template and declarative sort of form class.
20+
simplest case consist of a template and declarative sort of form class.
2121

2222
- Support of `Bootstrap 5 <https://getbootstrap.com>`_, django CMS 3.8+
2323
and django CMS 4 out of the box.

docs/source/custom_components.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ components, creating visually cohesive pages with ease.
1414
When working with `Tailwind CSS <https://tailwindcss.com>`_, for example, you
1515
either create your custom components or customize components from providers,
1616
e.g. `Tailwind UI <https://tailwindui.com>`_,
17-
`Flowbite <https://flowbite.com>`_, or the commiunity
17+
`Flowbite <https://flowbite.com>`_, or the community
1818
`Tailwind Components <https://tailwindcomponents.com>`_.
1919

2020
With django CMS you make your components available to the content editors to

docs/source/how-to/internal-link-targets.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ autodetect linkable models. This means that any model that has a
1010
``get_absolute_url()`` method and a ``search_fields`` attribute in its
1111
``ModelAdmin`` will be available as an internal link target.
1212

13-
The ``DJANGOCMS_FRONTEND_LINK_MODELS`` setting if djangocms-frontend before
13+
The ``DJANGOCMS_FRONTEND_LINK_MODELS`` setting in djangocms-frontend before
1414
version 2 does not have any effect anymore.
1515

1616
See the README file of `djangocms-link <https://github.com/django-cms/djangocms-link/blob/master/README.rst>`_

docs/source/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ its specific version.
2020
**************
2121

2222
- **Easy to implement re-usable frontend custom components**, which in the
23-
simples case consist of a template and declarative sort of form class.
23+
simplest case consist of a template and declarative sort of form class.
2424

2525
- Support of `Bootstrap 5 <https://getbootstrap.com>`_, django CMS 3.8+
2626
and django CMS 4 out of the box.

0 commit comments

Comments
 (0)