Skip to content

Commit

Permalink
Resolve typos from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
fsbraun authored Nov 19, 2024
1 parent 90716ac commit 4b279b7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Key features
============

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

- Support of `Bootstrap 5 <https://getbootstrap.com>`_, django CMS 3.8+
and django CMS 4 out of the box.
Expand Down
2 changes: 1 addition & 1 deletion docs/source/custom_components.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ components, creating visually cohesive pages with ease.
When working with `Tailwind CSS <https://tailwindcss.com>`_, for example, you
either create your custom components or customize components from providers,
e.g. `Tailwind UI <https://tailwindui.com>`_,
`Flowbite <https://flowbite.com>`_, or the commiunity
`Flowbite <https://flowbite.com>`_, or the community
`Tailwind Components <https://tailwindcomponents.com>`_.

With django CMS you make your components available to the content editors to
Expand Down
2 changes: 1 addition & 1 deletion docs/source/how-to/internal-link-targets.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ autodetect linkable models. This means that any model that has a
``get_absolute_url()`` method and a ``search_fields`` attribute in its
``ModelAdmin`` will be available as an internal link target.

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

See the README file of `djangocms-link <https://github.com/django-cms/djangocms-link/blob/master/README.rst>`_
Expand Down
2 changes: 1 addition & 1 deletion docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ its specific version.
**************

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

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

0 comments on commit 4b279b7

Please sign in to comment.