Skip to content
This repository has been archived by the owner on Dec 19, 2024. It is now read-only.

Commit

Permalink
Fix typo (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
abdonrd authored and valdrinkoshi committed Nov 2, 2016
1 parent 116dfb6 commit abfabfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iron-a11y-keys.html
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@
on-keys-pressed="increment"></iron-a11y-keys>
<iron-a11y-keys target="[[target]]" keys="home"
on-keys-pressed="setMin"></iron-a11y-keys>
<iron-a11y-keys target=""[[target]] keys="end"
<iron-a11y-keys target="[[target]]" keys="end"
on-keys-pressed="setMax"></iron-a11y-keys>
The `target` properties must evaluate to a node. See the basic usage
Expand Down

0 comments on commit abfabfd

Please sign in to comment.