Skip to content

Commit

Permalink
docs(reference): fixing errors in reference docs
Browse files Browse the repository at this point in the history
  • Loading branch information
daprahamian committed Dec 8, 2017
1 parent 912fb5e commit f8a5ebf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions docs/reference/content/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ information on recent changes.
* [CRUD operations]({{< relref "tutorials/crud.md" >}})
* [Connect]({{< relref "tutorials/connect/index.md" >}})

## Developing with ECMAScript 6
## Developing with ECMAScript Next

If you'd like to use the MongoDB driver with ES6 features such as Promises and Generators, here are some good starting points.
If you'd like to use the MongoDB driver with ESNext features such as Promises and `async`/`await`, here are some good starting points.

* [Connecting]({{< relref "reference/ecmascript6/connecting.md" >}})
* [CRUD operations]({{< relref "reference/ecmascript6/crud.md" >}})
* [Connecting]({{< relref "reference/ecmascriptnext/connecting.md" >}})
* [CRUD operations]({{< relref "reference/ecmascriptnext/crud.md" >}})

## Next steps

Expand Down
2 changes: 1 addition & 1 deletion docs/reference/content/reference/main.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ title = "Reference"
The reference documentation for the Node.js driver driver focuses on high-level documentation and use-cases.

- [Connect to MongoDB]({{< relref "reference/connecting/index.md" >}}): Documentation of the driver's support for connecting to MongoDB servers
- [ECMAScript 6]({{< relref "reference/ecmascript6/index.md" >}}): Using the driver with Javascript 6.
- [ECMAScript Next]({{< relref "reference/ecmascriptnext/index.md" >}}): Using the driver with ESNext.
- [Management]({{< relref "reference/management/index.md" >}}): Documentation of the driver's support for logging and monitoring of its
internal state

0 comments on commit f8a5ebf

Please sign in to comment.