]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
fix typo in comment
authorChris Rebert <github@rebertia.com>
Thu, 1 Jan 2015 08:02:21 +0000 (00:02 -0800)
committerChris Rebert <github@rebertia.com>
Thu, 1 Jan 2015 08:02:21 +0000 (00:02 -0800)
scss/_mixins.scss

index 801b5c7e992a937fffded5688f330bb8d543b3a9..5cba1afdf823af97d3718b13dbf52232fd345aa5 100644 (file)
@@ -3,7 +3,7 @@
 
 // Toggles
 //
-// Used in conjuntion with global variables to enable certain theme features.
+// Used in conjunction with global variables to enable certain theme features.
 
 @mixin border-radius($radius: $border-radius-base) {
   @if $enable-rounded {