Skip to content

Commit 11de5cf

Browse files
committed
minor #897 Changed code block to match example (cpoushay)
This PR was merged into the 2.x branch. Discussion ---------- Changed code block to match example | Q | A | ------------- | --- | Bug fix? | no | New feature? | no > | License | MIT Changed number in code block so that it matches the reset of the example code Commits ------- 8a7dc23 Changed code block to match example
2 parents 8dd3374 + 8a7dc23 commit 11de5cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/LiveComponent/doc/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ Add an input to the template:
272272
<div {{ attributes }}>
273273
<input type="number" data-model="max">
274274

275-
Generating a number between 9 and {{ max }}
275+
Generating a number between 0 and {{ max }}
276276
<strong>{{ this.randomNumber }}</strong>
277277
</div>
278278

0 commit comments

Comments
 (0)