Skip to content
This repository was archived by the owner on Dec 19, 2024. It is now read-only.

Commit

Permalink
Merge pull request #220 from PolymerElements/fix-typo
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
Elliott Marquez authored Jun 25, 2018
2 parents cc628c5 + ea6619f commit 60e2b72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion paper-slider.html
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
/**
* NOTE(keanulee): Though :host-context is not universally supported, some pages
* still rely on paper-slider being flipped when dir="rtl" is set on body. For full
* compatability, dir="rtl" must be explicitly set on paper-slider.
* compatibility, dir="rtl" must be explicitly set on paper-slider.
*/
:dir(rtl) #sliderContainer {
-webkit-transform: scaleX(-1);
Expand Down

0 comments on commit 60e2b72

Please sign in to comment.