Merge pull request #1019 from aymerick/aymerick-patch-typo-test

Fixes typo in tests
This commit is contained in:
Kevin Decker
2015-05-06 11:13:43 -05:00
+1 -1
View File
@@ -65,7 +65,7 @@ describe('parser', function() {
equals(astFor('{{foo undefined null}}'), '{{ PATH:foo [UNDEFINED, NULL] }}\n');
});
it('parses mutaches with DATA parameters', function() {
it('parses mustaches with DATA parameters', function() {
equals(astFor('{{foo @bar}}'), '{{ PATH:foo [@PATH:bar] }}\n');
});