Small gramatical mistake

This commit is contained in:
Sakis bal 2019-10-16 10:08:24 +03:00 committed by Pirate Praveen
parent ad126c838e
commit 2a2fd7a8b1
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ describe('when parsing a sequenceDiagram', function() {
parser.yy = sequenceDb;
parser.yy.clear();
});
it('it should handle a sequenceDiagram defintion', function() {
it('it should handle a sequenceDiagram definition', function() {
const str =
'sequenceDiagram\n' +
'Alice->Bob:Hello Bob, how are you?\n' +