Skip to content

Commit 9cdd16d

Browse files
committed
minor #1257 [Docs] Fixing 2 minor typos in the docs (weaverryan)
This PR was merged into the 2.x branch. Discussion ---------- [Docs] Fixing 2 minor typos in the docs | Q | A | ------------- | --- | Bug fix? | no | New feature? | no | Issues | None | License | MIT Minor stuff! Commits ------- 77ffeed [Docs] Fixing 2 minor typos in the docs
2 parents 8d775ef + 77ffeed commit 9cdd16d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/LiveComponent/doc/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2249,7 +2249,7 @@ To add some loading text before the real component is loaded, use the
22492249
22502250
{{ component('SomeHeavyComponent', { defer: true, loading-template: 'spinning-wheel.html.twig' }) }}
22512251
2252-
Or override the ``content`` block:
2252+
Or override the ``loadingContent`` block:
22532253

22542254
.. code-block:: twig
22552255

src/TwigComponent/doc/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1434,9 +1434,9 @@ When overriding the ``alert_message`` block, you have access to the ``message``
14341434
{% endcomponent %}
14351435
14361436
1437-
.. versionadded:: 2.12
1437+
.. versionadded:: 2.13
14381438

1439-
The ability to refer to the scope of higher components via the ``outerScope`` variable was added in 2.12.
1439+
The ability to refer to the scope of higher components via the ``outerScope`` variable was added in 2.13.
14401440

14411441
As mentioned before, variables from lower components are merged with those from upper components. When you need
14421442
access to some properties or functions from higher components, that can be done via the ``outerScope...`` variable:

0 commit comments

Comments
 (0)