Skip to content

Commit

Permalink
Merge pull request #11651 from eltociear/patch-3
Browse files Browse the repository at this point in the history
fix: typo in methods/index.js
  • Loading branch information
Uzlopak committed Apr 9, 2022
2 parents 337d6ad + 1cf926a commit e8b05e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/types/array/methods/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ const methods = {
*
* #### NOTE:
*
* _Calling this mulitple times on an array before saving sends the same command as calling it once._
* _Calling this multiple times on an array before saving sends the same command as calling it once._
* _This update is implemented using the MongoDB [$pop](https://www.mongodb.org/display/DOCS/Updating/#Updating-%24pop) method which enforces this restriction._
*
* doc.array = [1,2,3];
Expand Down

0 comments on commit e8b05e4

Please sign in to comment.