Skip to content

Commit

Permalink
Fix typo: stringifiy=>stringify
Browse files Browse the repository at this point in the history
  • Loading branch information
qmonmert committed Nov 19, 2023
1 parent b4e05ff commit 4bf67c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jdl/models/jdl-validation.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ describe('jdl - JDLValidation', () => {
validation = new JDLValidation();
});

it('should stringifiy its content', () => {
it('should stringify its content', () => {
expect(validation.toString()).to.equal('required');
});
});
Expand Down

0 comments on commit 4bf67c4

Please sign in to comment.