Skip to content

Commit

Permalink
Merge pull request #192 from timgates42/bugfix_typo_prototype
Browse files Browse the repository at this point in the history
docs: Fix simple typo, prototoype -> prototype
  • Loading branch information
Twipped committed Apr 16, 2020
2 parents ffbfc0e + 7a02cba commit 9fe92e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/dox.test.js
Expand Up @@ -375,7 +375,7 @@ module.exports = {
comments[0].ctx.name.should.be.equal('Foo');
comments[0].ctx.string.should.be.equal('Foo()');

// prototoype object
// prototype object
comments[1].description.full.should.equal('<p>To be relevant or not to be. This is the question.</p>');
comments[1].ctx.type.should.be.equal('prototype');
comments[1].ctx.name.should.be.equal('Foo');
Expand Down

0 comments on commit 9fe92e1

Please sign in to comment.