Skip to content
This repository was archived by the owner on Feb 22, 2018. It is now read-only.

Commit 56e382f

Browse files
michaelkrogjbdeboer
authored andcommitted
docs(examples): Added missing word in paper.html
Closes #1314
1 parent 22fa72e commit 56e382f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/web/paper.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ <h2>Events: paper-checkbox</h2>
4747
<div>
4848
<paper-checkbox on-change="curValue = curValue == 5 ? 2 : curValue == 2 ? 10 : 5"></paper-checkbox>
4949
</div>
50-
<p>Every the value changes, the curValue ({{curValue}}) scope variable will update</p>
50+
<p>Every time the value changes, the curValue ({{curValue}}) scope variable will update</p>
5151

5252
<h2>Two-way binding: paper-slider</h2>
5353
<p>The slide is bound to the curValue scope variable ({{curValue}})</p>

0 commit comments

Comments
 (0)