Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(78)

Unified Diff: third_party/polymer/components/iron-resizable-behavior/iron-resizable-behavior.html

Issue 3010683002: Update Polymer components. (Closed)
Patch Set: Rebase Created 3 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/polymer/components/iron-resizable-behavior/iron-resizable-behavior.html
diff --git a/third_party/polymer/components/iron-resizable-behavior/iron-resizable-behavior.html b/third_party/polymer/components/iron-resizable-behavior/iron-resizable-behavior.html
index b6a0dc29c2fe75c83b646a99927132473ba256d1..42b655623bd7ef26e8eea26827ea88cd637f3bfc 100644
--- a/third_party/polymer/components/iron-resizable-behavior/iron-resizable-behavior.html
+++ b/third_party/polymer/components/iron-resizable-behavior/iron-resizable-behavior.html
@@ -40,7 +40,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
},
/**
- * True if this element is currently notifying its descedant elements of
+ * True if this element is currently notifying its descendant elements of
* resize.
*/
_notifyingDescendant: {
@@ -139,7 +139,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
return;
}
- // NOTE(cdata): In ShadowDOM, event retargetting makes echoing of the
+ // NOTE(cdata): In ShadowDOM, event retargeting makes echoing of the
// otherwise non-bubbling event "just work." We do it manually here for
// the case where Polymer is not using shadow roots for whatever reason:
if (!Polymer.Settings.useShadow) {

Powered by Google App Engine
This is Rietveld 408576698