Skip to content

Commit 609a145

Browse files
committed
fix typo
1 parent 3e87a59 commit 609a145

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/source/tutorial/builtin_components.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ on the number of users it may take some time.
271271
Limitations of built-in components
272272
==================================
273273

274-
Built-oin components are a powerful tool for content editors, especially if they are used to
274+
Built-in components are a powerful tool for content editors, especially if they are used to
275275
using the Bootstrap CSS framework. Those components are both portable to other frameworks
276276
and extensible (see :ref:`how-to-extend-frontend-plugins`) But they have some limitations:
277277

docs/source/tutorial/custom_components.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,6 @@ By following the steps outlined above, you can:
197197

198198
.. note::
199199

200-
Components will create migrations since they use proxy models which are necessary, for
201-
example, to manage permissions. Those migrations will be added to the app containing
202-
the ``cms_component.py`` file.
200+
Components will create migrations since they use proxy models of ``djangocms-frontend``'s
201+
``FrontendUIItem`` model which are necessary, for example, to manage permissions.
202+
Those migrations will be added to the app containing the ``cms_component.py`` file.

0 commit comments

Comments
 (0)