aboutsummaryrefslogtreecommitdiff
path: root/scss
diff options
context:
space:
mode:
authorAshfahan Khan <[email protected]>2019-05-25 02:09:10 +0500
committerPatrick H. Lauke <[email protected]>2019-05-24 22:09:09 +0100
commitc215dc83f00e22e49ebeaf7eb333481bcdca78d8 (patch)
treef3d808b9832eee2446ab38283ba8dd9a923d6660 /scss
parent1ce7960c6c08ea08bcaa766c207f3fe410f225c6 (diff)
downloadbootstrap-c215dc83f00e22e49ebeaf7eb333481bcdca78d8.tar.xz
bootstrap-c215dc83f00e22e49ebeaf7eb333481bcdca78d8.zip
Fix Typo Mistake in SCSS comment (#28821)
Diffstat (limited to 'scss')
-rw-r--r--scss/_functions.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/_functions.scss b/scss/_functions.scss
index 096b15205..85470a947 100644
--- a/scss/_functions.scss
+++ b/scss/_functions.scss
@@ -31,7 +31,7 @@
}
// Internal Bootstrap function to turn maps into its negative variant.
-// If prefixes the keys with `n` and makes the value negative.
+// It prefixes the keys with `n` and makes the value negative.
@function negativify-map($map) {
$result: ();
@each $key, $value in $map {