1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-19 11:51:23 +02:00

Correct spelling mistakes. (#24778)

This commit is contained in:
Edward Betts
2017-11-15 09:12:38 +00:00
committed by Patrick H. Lauke
parent 2cafb9f127
commit ffc5965f2c
4 changed files with 4 additions and 4 deletions

View File

@@ -63,7 +63,7 @@
}
}
// Retreive color Sass maps
// Retrieve color Sass maps
@function color($key: "blue") {
@return map-get($colors, $key);
}