Skip to content

Commit

Permalink
[Docs] Fixing 2 minor typos in the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
weaverryan committed Nov 8, 2023
1 parent 8d775ef commit 77ffeed
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/LiveComponent/doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2249,7 +2249,7 @@ To add some loading text before the real component is loaded, use the
{{ component('SomeHeavyComponent', { defer: true, loading-template: 'spinning-wheel.html.twig' }) }}
Or override the ``content`` block:
Or override the ``loadingContent`` block:

.. code-block:: twig
Expand Down
4 changes: 2 additions & 2 deletions src/TwigComponent/doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1434,9 +1434,9 @@ When overriding the ``alert_message`` block, you have access to the ``message``
{% endcomponent %}
.. versionadded:: 2.12
.. versionadded:: 2.13

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

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

0 comments on commit 77ffeed

Please sign in to comment.