We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 569f288 + d0d2168 commit 2c1d509Copy full SHA for 2c1d509
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