| Index: third_party/polymer/v1_0/components-chromium/iron-localstorage/iron-localstorage.html
|
| diff --git a/third_party/polymer/v1_0/components-chromium/iron-localstorage/iron-localstorage.html b/third_party/polymer/v1_0/components-chromium/iron-localstorage/iron-localstorage.html
|
| index c38d814be3bf218ffb0f4ad605aece83b75d6f64..9c08b74ba4afa47f922f60659510c42d42699b69 100644
|
| --- a/third_party/polymer/v1_0/components-chromium/iron-localstorage/iron-localstorage.html
|
| +++ b/third_party/polymer/v1_0/components-chromium/iron-localstorage/iron-localstorage.html
|
| @@ -11,7 +11,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
|
| <!--
|
| Element access to Web Storage API (window.localStorage).
|
|
|
| -Keeps `value` is sync with a localStorage key.
|
| +Keeps `value` in sync with a localStorage key.
|
|
|
| Direct assignments to `value` are automatically detected and saved.
|
| Subproperty assignments are not (ex: `value.bar='foo'`).
|
|
|