diff --git a/app/styles/_backup/_flags-backup1.scss b/app/styles/_backup/_flags-backup1.scss index b574fdf..e22e311 100644 --- a/app/styles/_backup/_flags-backup1.scss +++ b/app/styles/_backup/_flags-backup1.scss @@ -196,7 +196,7 @@ * stars with a repeating text-shadow. * * 1. Position element - * 2. Stars positionned in crescent and repeated through text-shadow + * 2. Stars positioned in crescent and repeated through text-shadow * 3. Create crescent by doing an eclipse with the circle box-shadow */ &:after { diff --git a/app/styles/_flags/mwi.scss b/app/styles/_flags/mwi.scss index f2d3ec0..13ee069 100644 --- a/app/styles/_flags/mwi.scss +++ b/app/styles/_flags/mwi.scss @@ -3,7 +3,7 @@ // http://www.vexilla-mundi.com/malawi_flag.html // Note: I was unable to do the correct math calculation in the circle to get // the symbol width, height and position, so I based everything on the circle -// radius. In the end the symbol is not perfectly positionned +// radius. In the end the symbol is not perfectly positioned. @mixin flag-mwi() { @include ratio(2 / 3); $unit: $height / 600; diff --git a/app/styles/_flags/phl.scss b/app/styles/_flags/phl.scss index 1a8773c..fe6bd3a 100644 --- a/app/styles/_flags/phl.scss +++ b/app/styles/_flags/phl.scss @@ -41,7 +41,7 @@ ; } // The :after will contain the triangle, as well as the big star. The star is - // positionned at the center of the height, but slightly to the left. We also + // positioned at the center of the height, but slightly to the left. We also // use a lower z-index that the before to put it below the small stars. &:before { @include triangle($white, $triangle-width);