We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8cba84d commit d0d2168Copy full SHA for d0d2168
spec/parser.js
@@ -65,7 +65,7 @@ describe('parser', function() {
65
equals(astFor('{{foo undefined null}}'), '{{ PATH:foo [UNDEFINED, NULL] }}\n');
66
});
67
68
- it('parses mutaches with DATA parameters', function() {
+ it('parses mustaches with DATA parameters', function() {
69
equals(astFor('{{foo @bar}}'), '{{ PATH:foo [@PATH:bar] }}\n');
70
71
0 commit comments