Skip to content

Commit

Permalink
Fix typo in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinpschaaf authored Dec 12, 2017
1 parent 35e3c54 commit ade5e79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/utils/gestures.html
Original file line number Diff line number Diff line change
Expand Up @@ -580,7 +580,7 @@
setTouchAction: function(node, value) {
if (HAS_NATIVE_TA) {
// NOTE: add touchAction async so that events can be added in
// custom element constructors. Otherwise we run afoult of custom
// custom element constructors. Otherwise we run afoul of custom
// elements restriction against settings attributes (style) in the
// constructor.
Polymer.Async.microTask.run(() => {
Expand Down

0 comments on commit ade5e79

Please sign in to comment.