From 02771170cf46382d33d0e5ca558135ea0d81ffbe Mon Sep 17 00:00:00 2001 From: Anatolijs Tarasovs <57757129+anatolijstarasovs@users.noreply.github.com> Date: Mon, 26 Sep 2022 23:38:18 +0300 Subject: [PATCH] Update mixin.html.md.erb (#663) Fixed a typo. I can also says `This can make it easier...` --- source/documentation/at-rules/mixin.html.md.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/documentation/at-rules/mixin.html.md.erb b/source/documentation/at-rules/mixin.html.md.erb index 843eb08..c727e20 100644 --- a/source/documentation/at-rules/mixin.html.md.erb +++ b/source/documentation/at-rules/mixin.html.md.erb @@ -117,7 +117,7 @@ the mixin's body as the corresponding variables. <% end %> <% fun_fact do %> - Argument lists can also have trailing commas! This can makes it easier to + Argument lists can also have trailing commas! This makes it easier to avoid syntax errors when refactoring your stylesheets. <% end %>