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

Commit

Permalink
typo: corectly -> correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
nschonni committed Sep 27, 2020
1 parent 4869f08 commit 2be4c8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/types.js
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ describe('sass.types', function() {
assert(sass.types.List);
});

it('has a corectly named constructor', function() {
it('has a correctly named constructor', function() {
assert.strictEqual(sass.types.List.name, 'SassList');
});

Expand Down

0 comments on commit 2be4c8d

Please sign in to comment.