diff --git a/README.rst b/README.rst index 42b7e33f..b4c64bd3 100644 --- a/README.rst +++ b/README.rst @@ -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 `_, django CMS 3.8+ and django CMS 4 out of the box. diff --git a/docs/source/custom_components.rst b/docs/source/custom_components.rst index 15227c26..79b99ee3 100644 --- a/docs/source/custom_components.rst +++ b/docs/source/custom_components.rst @@ -14,7 +14,7 @@ components, creating visually cohesive pages with ease. When working with `Tailwind CSS `_, for example, you either create your custom components or customize components from providers, e.g. `Tailwind UI `_, -`Flowbite `_, or the commiunity +`Flowbite `_, or the community `Tailwind Components `_. With django CMS you make your components available to the content editors to diff --git a/docs/source/how-to/internal-link-targets.rst b/docs/source/how-to/internal-link-targets.rst index 8f727713..c253f4fb 100644 --- a/docs/source/how-to/internal-link-targets.rst +++ b/docs/source/how-to/internal-link-targets.rst @@ -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 `_ diff --git a/docs/source/index.rst b/docs/source/index.rst index 8b8e1a2b..b0e2ce3c 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -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 `_, django CMS 3.8+ and django CMS 4 out of the box.