From c215dc83f00e22e49ebeaf7eb333481bcdca78d8 Mon Sep 17 00:00:00 2001 From: Ashfahan Khan Date: Sat, 25 May 2019 02:09:10 +0500 Subject: [PATCH] Fix Typo Mistake in SCSS comment (#28821) --- scss/_functions.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scss/_functions.scss b/scss/_functions.scss index 096b15205f..85470a947c 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 {