Skip to content

Commit 2c1d509

Browse files
committed
Merge pull request #1019 from aymerick/aymerick-patch-typo-test
Fixes typo in tests
2 parents 569f288 + d0d2168 commit 2c1d509

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/parser.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ describe('parser', function() {
6565
equals(astFor('{{foo undefined null}}'), '{{ PATH:foo [UNDEFINED, NULL] }}\n');
6666
});
6767

68-
it('parses mutaches with DATA parameters', function() {
68+
it('parses mustaches with DATA parameters', function() {
6969
equals(astFor('{{foo @bar}}'), '{{ PATH:foo [@PATH:bar] }}\n');
7070
});
7171

0 commit comments

Comments
 (0)