Skip to content

Commit c847e45

Browse files
authored
Merge pull request #1450 from aurium/patch-1
Fix typo
2 parents de05643 + 620764a commit c847e45

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

+1-1
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)