We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86a2e5b commit 08bb67eCopy full SHA for 08bb67e
docs/source/core-concepts.rst
@@ -56,7 +56,7 @@ Component Layout
56
Displaying components requires you to turn them into :ref:`VDOM <VDOM Mimetype>` -
57
this is done using a :class:`~idom.core.layout.Layout`. Layouts are responsible for
58
rendering components (turning them into VDOM) and scheduling their re-renders when they
59
-:meth:`~idom.core.layout.Layout.update`. To create a layout, you'll need an
+:meth:`~idom.core.layout.Layout.update`. To create a layout, you'll need a
60
:class:`~idom.core.component.Component` instance, which will become its root, and won't
61
ever be removed from the model. Then you'll just need to call and await a
62
:meth:`~idom.core.layout.Layout.render` which will return a :ref:`JSON Patch`:
0 commit comments