Skip to content

Commit 08bb67e

Browse files
committed
fix minor doc typo
1 parent 86a2e5b commit 08bb67e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/core-concepts.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Component Layout
5656
Displaying components requires you to turn them into :ref:`VDOM <VDOM Mimetype>` -
5757
this is done using a :class:`~idom.core.layout.Layout`. Layouts are responsible for
5858
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
59+
:meth:`~idom.core.layout.Layout.update`. To create a layout, you'll need a
6060
:class:`~idom.core.component.Component` instance, which will become its root, and won't
6161
ever be removed from the model. Then you'll just need to call and await a
6262
:meth:`~idom.core.layout.Layout.render` which will return a :ref:`JSON Patch`:

0 commit comments

Comments
 (0)