Skip to content

Commit deac8c6

Browse files
committed
Fix typo
1 parent b84d0f9 commit deac8c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/TwigComponent/doc/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1591,7 +1591,7 @@ important caveats:
15911591
#. The original parent component variables are available via the special
15921592
:ref:`outerScope variable <embedded-components-outerScope>`, so you can, for
15931593
example, call ``outerScope.this.someFunction()``;
1594-
#. The contents of blocks defined in parent components are avaialble via the
1594+
#. The contents of blocks defined in parent components are available via the
15951595
special :ref:`outerBlocks variable <embedded-components-outerBlocks>`, so you
15961596
can call ``block(outerBlocks.someBlockName)``.
15971597

0 commit comments

Comments
 (0)