mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-27 22:09:53 +02:00
all: Typo fixes
This commit is contained in:
@@ -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
|
||||
|
||||
|
@@ -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
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user