Merge pull request #1004

Small gramatical mistake
This commit is contained in:
Nacho 2019-10-16 08:32:08 -04:00 committed by GitHub
commit f436086aae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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' +