aboutsummaryrefslogtreecommitdiff
path: root/scss
diff options
context:
space:
mode:
authorQuy <[email protected]>2017-01-05 14:24:40 -0800
committerMark Otto <[email protected]>2017-01-05 14:24:40 -0800
commit98e55484e73aeac37fedd9cc260f4b16f9c04698 (patch)
treef72c4ef000997d8919aa6f8672b9b122c7cda9cf /scss
parent85a1fdcb29dd27803f2229d671a5e6b578d7f37e (diff)
downloadbootstrap-98e55484e73aeac37fedd9cc260f4b16f9c04698.tar.xz
bootstrap-98e55484e73aeac37fedd9cc260f4b16f9c04698.zip
Doc updates (#21542)
* Change it's to its. * Fix links * Fix typos
Diffstat (limited to 'scss')
-rw-r--r--scss/_navbar.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/_navbar.scss b/scss/_navbar.scss
index e90b0e0c6..80beec8f3 100644
--- a/scss/_navbar.scss
+++ b/scss/_navbar.scss
@@ -76,7 +76,7 @@
// Custom styles for responsive collapsing and toggling of navbar contents.
// Powered by the collapse Bootstrap JavaScript plugin.
-// Button for toggling the navbar when in it's collapsed state
+// Button for toggling the navbar when in its collapsed state
.navbar-toggler {
align-self: flex-start; // Prevent toggler from growing to full width when it's the only visible navbar child
padding: $navbar-toggler-padding-y $navbar-toggler-padding-x;