Skip to content

Commit

Permalink
style: fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed Sep 10, 2019
1 parent 6b28ee0 commit c8038df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/error/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ MongooseError.MissingSchemaError = require('./missingSchema');
MongooseError.DivergentArrayError = require('./divergentArray');

/**
* Thrown when your try to pass values to model contrtuctor that
* Thrown when your try to pass values to model contrtuctor that
* were not specified in schema or change immutable properties when
* `strict` mode is `"throw"`
*
Expand Down

0 comments on commit c8038df

Please sign in to comment.