Skip to content
This repository was archived by the owner on Jul 24, 2024. It is now read-only.

Commit 2be4c8d

Browse files
committed
typo: corectly -> correctly
1 parent 4869f08 commit 2be4c8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/types.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ describe('sass.types', function() {
255255
assert(sass.types.List);
256256
});
257257

258-
it('has a corectly named constructor', function() {
258+
it('has a correctly named constructor', function() {
259259
assert.strictEqual(sass.types.List.name, 'SassList');
260260
});
261261

0 commit comments

Comments
 (0)