Skip to content

Commit 1356ed3

Browse files
Chris ChoChris Cho
authored andcommitted
DOCSP-19158: update wording on landing page (#264)
* DOCSP-19158: update wording on landing page (cherry picked from commit f93eaff)
1 parent fe7c8dd commit 1356ed3

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

source/index.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,15 @@ MongoDB Node Driver
2424
Introduction
2525
------------
2626

27-
Welcome to the MongoDB Node.js driver documentation.
27+
Welcome to the official MongoDB Node.js driver documentation.
2828

2929
Connect your Node.js applications to MongoDB and work with your data
30-
using the official Node.js driver. The driver features an asynchronous
31-
API that you can use to access method return values through Promises or
32-
specify callbacks to access them when communicating with MongoDB.
30+
using the Node.js driver. The driver features an asynchronous API that you can
31+
use to access method return values through Promises or specify callbacks to
32+
access them when communicating with MongoDB.
3333

3434
On this page, you can find descriptions of each section of the driver
35-
documentation and how to learn more about the Node.js driver.
35+
documentation.
3636

3737
Quick Start
3838
-----------
@@ -120,4 +120,4 @@ Take the free online course taught by MongoDB instructors
120120
- `M220JS: MongoDB for JavaScript Developers <https://university.mongodb.com/courses/M220JS/about>`_
121121
Learn the essentials of Node.js application development with
122122
MongoDB.
123-
123+

0 commit comments

Comments
 (0)