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:
authorTom Swirly <tom@swirly.com>2018-04-01 18:22:31 +0300
committerXhmikosR <xhmikosr@gmail.com>2018-04-01 23:08:58 +0300
commita0c7473a34082edcb9ca4097eccdf2f6c42af55e (patch)
treec63962a222f364b574c401fb91d7366318a02183 /scss/_carousel.scss
parent0b58340f141d5c93b84465cfbc6a32183dabbf63 (diff)
Tiny grammar and punctuation tweaks to a comment.
1. It's == "it is" 2. The subject of the sentence is "Only one" (not "these") so the verb must agree with it. Feel free to do nothing with this change, use it, etc - I just saw this while reading through the code.
Diffstat (limited to 'scss/_carousel.scss')
-rw-r--r--scss/_carousel.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/_carousel.scss b/scss/_carousel.scss
index c745858f74..6274fc4620 100644
--- a/scss/_carousel.scss
+++ b/scss/_carousel.scss
@@ -4,7 +4,7 @@
// the active slide is heading.
// 2. .active.carousel-item is the current slide.
// 3. .active.carousel-item-left and .active.carousel-item-right is the current
-// slide in it's in-transition state. Only one of these occur at a time.
+// slide in its in-transition state. Only one of these occurs at a time.
// 4. .carousel-item-next.carousel-item-left and .carousel-item-prev.carousel-item-right
// is the upcoming slide in transition.