Skip to content

Commit 06b6eb1

Browse files
committed
minor #471 Fix typo (Ippey)
This PR was merged into the 2.x branch. Discussion ---------- Fix typo | Q | A | ------------- | --- | Bug fix? | no | New feature? | no <!-- please update src/**/CHANGELOG.md files --> | Tickets | Fix #... <!-- prefix each issue number with "Fix #", no need to create an issue if none exist, explain below instead --> | License | MIT Fixed typo. Commits ------- 93ef2c0 Fix typo
2 parents 589a3ea + 93ef2c0 commit 06b6eb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/LiveComponent/src/Resources/doc/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ the component:
205205
206206
{{ component('random_number', { max: 500 }) }}
207207
208-
But what's up with tha ``LiveProp`` attribute? A property with the
208+
But what's up with the ``LiveProp`` attribute? A property with the
209209
``LiveProp`` attribute becomes a "stateful" property for this component.
210210
In other words, each time we click the "Generate a new number!" button,
211211
when the component re-renders, it will *remember* the original values

0 commit comments

Comments
 (0)