Skip to content

Commit 620764a

Browse files
authored
Fix typo
1 parent 9a70732 commit 620764a

File tree

1 file changed

+1
-1
lines changed
  • docs/reference/content/reference/ecmascript6

1 file changed

+1
-1
lines changed

docs/reference/content/reference/ecmascript6/crud.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Let's take a look at the CRUD operations from the perspective of ECMAScript 6. I
1414

1515
- [CRUD]({{<relref "tutorials/crud.md">}}): CRUD Specification.
1616

17-
This reference also obmits methods that no longer make sense when using ECMAScript 6 such as the `each` and `forEach` methods.
17+
This reference also omits methods that no longer make sense when using ECMAScript 6 such as the `each` and `forEach` methods.
1818

1919
## Inserting Documents
2020
The *insertOne* and *insertMany* methods exists on the *Collection* class and is used to insert documents into MongoDB. Code speaks a thousand words so let's see two simple examples of inserting documents.

0 commit comments

Comments
 (0)