Skip to content

Commit d0d2168

Browse files
committed
Fixes typo in tests
mutache => mustache
1 parent 8cba84d commit d0d2168

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)