From 41263da704c8ef6c72cc7341db22145c81098adc Mon Sep 17 00:00:00 2001 From: Israel-4Ever Date: Fri, 14 Apr 2023 15:52:06 -0700 Subject: [PATCH] Remove a nonsense word (#722) --- source/dart-sass.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/dart-sass.html.haml b/source/dart-sass.html.haml index 6f2e4a586..59d8320a1 100644 --- a/source/dart-sass.html.haml +++ b/source/dart-sass.html.haml @@ -97,7 +97,7 @@ introduction: > When installed via npm, Dart Sass supports a [brand new JavaScript API], as well as a [legacy API] that's fully compatible with the old Node Sass - API. Note that when using the `sass` asdf package, the synchronous API functions + API. Note that when using the `sass` package, the synchronous API functions are more than twice as fast as the asynchronous API, due to the overhead of asynchronous callbacks.