Skip to content
This repository has been archived by the owner on Mar 13, 2018. It is now read-only.

Commit

Permalink
Fixed minor typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanRSmith committed Nov 5, 2014
1 parent dc99701 commit bd2ce39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core-selection.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
The `<core-selection>` element is used to manage selection state. It has no
visual appearance and is typically used in conjunction with another element.
For example, [core-selector](#core-selector)
use a `<core-selection>` to manage selection.
uses a `<core-selection>` to manage selection.
To mark an item as selected, call the `select(item)` method on
`<core-selection>`. The item itself is an argument to this method.
Expand Down

0 comments on commit bd2ce39

Please sign in to comment.