Skip to content

Commit 4d2cfe0

Browse files
deiningbep
authored andcommitted
Fix typos
1 parent c98b9d5 commit 4d2cfe0

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

‎README.md‎

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,10 @@
55

66
This is a Go API backed by the native [Dart Sass](https://github.com/sass/dart-sass/releases) executable running with `sass --embedded`.
77

8-
>**Note:** The `v2.x.x` of this project targets the `v2` of the Dart Sass Embedded protocol with the `sass` exexutable in releases that can be downloaeded [here](https://github.com/sass/dart-sass/releases). For `v1` you need to import `github.com/bep/godartsass` and not `github.com/bep/godartsass/v2`.
8+
>**Note:** The `v2.x.x` of this project targets the `v2` of the Dart Sass Embedded protocol with the `sass` executable in releases that can be downloaded [here](https://github.com/sass/dart-sass/releases). For `v1` you need to import `github.com/bep/godartsass` and not `github.com/bep/godartsass/v2`.
99
1010
The primary motivation for this project is to provide `SCSS` support to [Hugo](https://gohugo.io/). I welcome PRs with bug fixes. I will also consider adding functionality, but please raise an issue discussing it first.
1111

1212
For LibSass bindings in Go, see [GoLibSass](https://github.com/bep/golibsass).
1313

1414
```
15-

‎transpiler.go‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ func (t *Transpiler) input() {
372372
var sourceMapURL string
373373

374374
// Dart Sass expect a browser-accessible URL or an empty string.
375-
// If no URL is supplied, a `data:` URL wil be generated
375+
// If no URL is supplied, a `data:` URL will be generated
376376
// automatically from `contents`
377377
if hasScheme(url) {
378378
sourceMapURL = url

0 commit comments

Comments
 (0)