diff --git a/test/dox.test.js b/test/dox.test.js index 55357cd7..2f4a77f3 100644 --- a/test/dox.test.js +++ b/test/dox.test.js @@ -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('

To be relevant or not to be. This is the question.

'); comments[1].ctx.type.should.be.equal('prototype'); comments[1].ctx.name.should.be.equal('Foo');