aboutsummaryrefslogtreecommitdiffhomepage
path: root/resources
diff options
context:
space:
mode:
authorChristian Oliff <[email protected]>2024-03-16 01:25:52 +0900
committerGitHub <[email protected]>2024-03-15 17:25:52 +0100
commit78178d0c2a10e7793a41f8f66b3a4a6e4f70ef7e (patch)
tree21d0d310785676b914035e5930e987540c494d8d /resources
parent68d92ef9ddbb63340d71af0cb30e6fb7c4912c65 (diff)
downloadhugo-78178d0c2a10e7793a41f8f66b3a4a6e4f70ef7e.tar.gz
hugo-78178d0c2a10e7793a41f8f66b3a4a6e4f70ef7e.zip
all: Typo fixes
Diffstat (limited to 'resources')
-rw-r--r--resources/resource_transformers/tocss/dartsass/client.go2
-rw-r--r--resources/resource_transformers/tocss/dartsass/transform.go2
2 files changed, 2 insertions, 2 deletions
diff --git a/resources/resource_transformers/tocss/dartsass/client.go b/resources/resource_transformers/tocss/dartsass/client.go
index 4b8ca97eb..e6f5567e4 100644
--- a/resources/resource_transformers/tocss/dartsass/client.go
+++ b/resources/resource_transformers/tocss/dartsass/client.go
@@ -11,7 +11,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.
-// Package dartsass integrates with the Dass Sass Embedded protocol to transpile
+// Package dartsass integrates with the Dart Sass Embedded protocol to transpile
// SCSS/SASS.
package dartsass
diff --git a/resources/resource_transformers/tocss/dartsass/transform.go b/resources/resource_transformers/tocss/dartsass/transform.go
index 17f16a688..52d24da7d 100644
--- a/resources/resource_transformers/tocss/dartsass/transform.go
+++ b/resources/resource_transformers/tocss/dartsass/transform.go
@@ -181,7 +181,7 @@ func (t importResolver) CanonicalizeURL(url string) (string, error) {
}
}
- // Not found, let Dart Dass handle it
+ // Not found, let Dart Sass handle it
return "", nil
}