]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Tiny grammar and punctuation tweaks to a comment. 17021/head
authorTom Swirly <tom@swirly.com>
Sun, 1 Apr 2018 15:22:31 +0000 (17:22 +0200)
committerXhmikosR <xhmikosr@gmail.com>
Sun, 1 Apr 2018 20:08:58 +0000 (23:08 +0300)
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.

scss/_carousel.scss

index c745858f74cf4530e70e29ff3cae6439b26e062f..6274fc4620c2df2bd771b14c935794b81510fc38 100644 (file)
@@ -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.