From 6bd64be84d2bc488a5dcce769321b24243adfdc2 Mon Sep 17 00:00:00 2001 From: Awjin Ahn Date: Thu, 16 Jul 2020 11:02:32 -0700 Subject: [PATCH] Fix typo in maps doc. (#460) Fixes https://github.com/sass/sass-site/issues/459 --- source/documentation/values/maps.html.md.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/documentation/values/maps.html.md.erb b/source/documentation/values/maps.html.md.erb index adf74b0fd..0b6a3ac9f 100644 --- a/source/documentation/values/maps.html.md.erb +++ b/source/documentation/values/maps.html.md.erb @@ -38,7 +38,7 @@ used to determine whether two keys are the same. Since maps aren't valid CSS values, they don't do much of anything on their own. That's why Sass provides a bunch of [functions][] to create maps and access the -values they contain. With +values they contain. [functions]: ../modules/map