Skip to content

Commit

Permalink
Merge pull request #1019 from aymerick/aymerick-patch-typo-test
Browse files Browse the repository at this point in the history
Fixes typo in tests
  • Loading branch information
kpdecker committed May 6, 2015
2 parents 569f288 + d0d2168 commit 2c1d509
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/parser.js
Original file line number Diff line number Diff line change
Expand Up @@ -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');
});

Expand Down

0 comments on commit 2c1d509

Please sign in to comment.