Skip to content

Commit 9b49a88

Browse files
docs: update jsx counter snippet example
1 parent 5ccefdf commit 9b49a88

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/pages/docs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -422,7 +422,7 @@ Below is an example of what is possible right now demonstrated through a [Counte
422422
You have clicked <span class="red">{count}</span> times
423423
</span>
424424
<button onclick={this.increment}> +</button>
425-
<button onclick={this.decrement}> +</button>
425+
<button onclick={this.decrement}> -</button>
426426
</div>
427427
);
428428
}

0 commit comments

Comments
 (0)