Skip to content

Commit

Permalink
Merge branch '2.0' of github.com:mongodb/node-mongodb-native into 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
christkv committed Dec 10, 2015
2 parents 6f3ebd9 + 7afe18d commit 3bae94a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/reference/content/getting-started/quick-tour.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ title = "Quick Tour"

QuickStart
==========
The quick start guide will show you how to set up a simple application using node.js and MongoDB. It scope is only how to set up the driver and perform the simple crud operations. For more inn depth coverage we encourage reading the tutorials.
The quick start guide will show you how to set up a simple application using node.js and MongoDB. Its scope is only how to set up the driver and perform the simple crud operations. For more in depth coverage we encourage reading the tutorials.

Installing MongoDB Node.js driver using NPM
-------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/content/reference/connecting/ssl.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ title = "SSL"

# SSL

The Node.js driver supports SSL connections to MongoDB when using the Enterprise edition off MongoDB or the open source edition with SSL support compiled in.
The Node.js driver supports SSL connections to MongoDB when using the Enterprise edition of MongoDB or the open source edition with SSL support compiled in.

## No validation of certificate chain

Expand Down

0 comments on commit 3bae94a

Please sign in to comment.