Index: polymer_0.5.0/bower_components/core-selection/core-selection.html |
diff --git a/bower_components/core-selection/core-selection.html b/polymer_0.5.0/bower_components/core-selection/core-selection.html |
similarity index 99% |
rename from bower_components/core-selection/core-selection.html |
rename to polymer_0.5.0/bower_components/core-selection/core-selection.html |
index 414b7827ec023bf1f9b5f74148c432336898f523..222b4d698c20a75da1fa34aac6905a8a3baa5c20 100644 |
--- a/bower_components/core-selection/core-selection.html |
+++ b/polymer_0.5.0/bower_components/core-selection/core-selection.html |
@@ -12,7 +12,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN |
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. |