]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
correct spelling errors (#26837)
authorAndrew <browner12@gmail.com>
Tue, 10 Jul 2018 00:59:22 +0000 (19:59 -0500)
committerMark Otto <otto@github.com>
Tue, 10 Jul 2018 00:59:22 +0000 (17:59 -0700)
scss/_functions.scss
scss/_navbar.scss
scss/mixins/_breakpoints.scss
scss/mixins/_hover.scss

index b44d7d99861a5ff593e32edeaa44bd2dfbe40752..bf8be9aee97f28439dbc8088ccdec255a4b9a569 100644 (file)
@@ -1,6 +1,6 @@
 // Bootstrap functions
 //
-// Utility mixins and functions for evalutating source code across our variables, maps, and mixins.
+// Utility mixins and functions for evaluating source code across our variables, maps, and mixins.
 
 // Ascending
 // Used to evaluate Sass maps like our grid breakpoints.
index 05025273f853099df90a5d13ac2c4980ccb9717d..52de5050a4bcc9a88b16804df4abbb43a5da155f 100644 (file)
@@ -24,7 +24,7 @@
   padding: $navbar-padding-y $navbar-padding-x;
 
   // Because flex properties aren't inherited, we need to redeclare these first
-  // few properities so that content nested within behave properly.
+  // few properties so that content nested within behave properly.
   > .container,
   > .container-fluid {
     display: flex;
@@ -94,7 +94,7 @@
 // Powered by the collapse Bootstrap JavaScript plugin.
 
 // When collapsed, prevent the toggleable navbar contents from appearing in
-// the default flexbox row orienation. Requires the use of `flex-wrap: wrap`
+// the default flexbox row orientation. Requires the use of `flex-wrap: wrap`
 // on the `.navbar` parent.
 .navbar-collapse {
   flex-basis: 100%;
index d1ad684cc76e58d07333a38e0d6e0451b8f47de8..59f25a27e6e9b8bca8040b0579f2ddf6b20965f3 100644 (file)
@@ -42,7 +42,7 @@
   @return if($next, breakpoint-min($next, $breakpoints) - .02px, null);
 }
 
-// Returns a blank string if smallest breakpoint, otherwise returns the name with a dash infront.
+// Returns a blank string if smallest breakpoint, otherwise returns the name with a dash in front.
 // Useful for making responsive utilities.
 //
 //    >> breakpoint-infix(xs, (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px))
index c1224ffc538cdeffd0383c5c407e12f8e373ac7f..192f847e17e08cebb04fb1f5a62d75213a9ad168 100644 (file)
@@ -1,6 +1,6 @@
 // Hover mixin and `$enable-hover-media-query` are deprecated.
 //
-// Origally added during our alphas and maintained during betas, this mixin was
+// Originally added during our alphas and maintained during betas, this mixin was
 // designed to prevent `:hover` stickiness on iOS-an issue where hover styles
 // would persist after initial touch.
 //