diff options
| author | Chris Rebert <[email protected]> | 2015-01-01 00:02:21 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2015-01-01 00:02:21 -0800 |
| commit | 4e8f769d442f15bd5c5ca07bfed1c93651ba08cb (patch) | |
| tree | 1cb52bd368be1e6194e40ed338d976b4e6332122 /scss/_mixins.scss | |
| parent | 82403407d8c4999f5b256130bdd0a8f84e424413 (diff) | |
| download | bootstrap-4e8f769d442f15bd5c5ca07bfed1c93651ba08cb.tar.xz bootstrap-4e8f769d442f15bd5c5ca07bfed1c93651ba08cb.zip | |
fix typo in comment
Diffstat (limited to 'scss/_mixins.scss')
| -rw-r--r-- | scss/_mixins.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/_mixins.scss b/scss/_mixins.scss index 801b5c7e9..5cba1afdf 100644 --- a/scss/_mixins.scss +++ b/scss/_mixins.scss @@ -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 { |
