Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Rebert <code@chrisrebert.com>2015-10-29 00:33:48 +0300
committerChris Rebert <code@chrisrebert.com>2015-10-29 00:33:48 +0300
commit364925f9513959b04b3e685f6d59d41a269e93d1 (patch)
tree5356b4cce42dfe10e4a00b4176b0f2a38f3cb031
parent543ce8656807d75c131453cc43bf085cddf763ae (diff)
Fix typos in comments
-rw-r--r--scss/_forms.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/scss/_forms.scss b/scss/_forms.scss
index 3138c7af0c..655c137a47 100644
--- a/scss/_forms.scss
+++ b/scss/_forms.scss
@@ -15,13 +15,13 @@
// Reset unusual Firefox-on-Android default style; see https://github.com/necolas/normalize.css/issues/214.
background-image: none;
border: $border-width solid $input-border;
- // Note: This has no effect on <select>s in some browsers, due to the limited stylability of `<select>`s in CSS.
+ // Note: This has no effect on <select>s in some browsers, due to the limited stylability of `<select>`s in CSS.
@include border-radius($input-border-radius);
@include box-shadow($input-box-shadow);
@include transition(border-color ease-in-out .15s, box-shadow ease-in-out .15s);
// Make inputs at least the height of their button counterpart (base line-height + padding + border).
- // Only apply the height to textual inputs and some selcts.
+ // Only apply the height to textual inputs and some selects.
// &:not(textarea),
// &:not(select[size]),
// &:not(select[multiple]) {