Browse Source

fix misspellings in comments and tests (#8946)

* fix misspellings in comments and tests

* revert change in docs/js/react-dom.js
main
Sean Gransee 8 years ago
committed by Brandon Dail
parent
commit
da2b05c03d
  1. 4
      _css/bourbon/helpers/_linear-positions-parser.scss

4
_css/bourbon/helpers/_linear-positions-parser.scss

@ -11,7 +11,7 @@
$side: nth($pos, 2); $side: nth($pos, 2);
@if $length == 2 { // eg. to top @if $length == 2 { // eg. to top
// Swap for backwards compatability // Swap for backwards compatibility
$degree: _position-flipper(nth($pos, 2)); $degree: _position-flipper(nth($pos, 2));
} }
@else if $length == 3 { // eg. to top left @else if $length == 3 { // eg. to top left
@ -38,7 +38,7 @@
$spec: to $side $corner; $spec: to $side $corner;
} }
@else if $length == 1 { @else if $length == 1 {
// Swap for backwards compatability // Swap for backwards compatibility
@if $type == string { @if $type == string {
$degree: $pos; $degree: $pos;
$spec: to _position-flipper($pos); $spec: to _position-flipper($pos);

Loading…
Cancel
Save