Skip to content

Commit 6186284

Browse files
committed
Update text on react example
1 parent b4db677 commit 6186284

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ <h2>React</h2>
228228
}, []);
229229

230230
return html`<div>
231-
${birds.map((bird) => html`<div>${bird}</div>`)}
231+
${birds.map((bird) => html`<div>${`Bird ${bird}`}</div>`)}
232232
</div>`;
233233
};
234234

0 commit comments

Comments
 (0)