Skip to content

Commit af1e1f6

Browse files
committed
consistent captialization
1 parent d475355 commit af1e1f6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

source/promises.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.. _node-promises:
22

33
=========================================
4-
Use Promises with Asynchronous Javascript
4+
Use Promises with Asynchronous JavaScript
55
=========================================
66

77
.. facet::
@@ -20,15 +20,15 @@ Use Promises with Asynchronous Javascript
2020
Overview
2121
--------
2222

23-
The Node.js driver uses the asynchronous Javascript API to communicate with
23+
The Node.js driver uses the asynchronous JavaScript API to communicate with
2424
your MongoDB cluster.
2525

26-
Asynchronous Javascript allows you to execute operations without waiting for
26+
Asynchronous JavaScript allows you to execute operations without waiting for
2727
the processing thread to become free. This helps prevent your application
2828
from becoming unresponsive when
2929
executing long-running operations. For more information about asynchronous
30-
Javascript, see the MDN web documentation on
31-
`Asynchronous Javascript <https://developer.mozilla.org/en-US/docs/Learn/JavaScript/Asynchronous>`_.
30+
JavaScript, see the MDN web documentation on
31+
`Asynchronous JavaScript <https://developer.mozilla.org/en-US/docs/Learn/JavaScript/Asynchronous>`_.
3232

3333
This section describes ``Promises`` that you can use with the Node.js driver to
3434
access the results of your method calls to your MongoDB cluster.

0 commit comments

Comments
 (0)