From effe63a190b2ce591aacfda933e7c97783369b50 Mon Sep 17 00:00:00 2001 From: Erik Gullberg <33319468+Erma32@users.noreply.github.com> Date: Sun, 6 Feb 2022 22:15:37 +0100 Subject: [PATCH] Remove double determiners in connections docs. Minimal grammar fix. 'reconnect to a the replica' -> 'reconnect to the replica' --- docs/connections.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/connections.md b/docs/connections.md index 2e92bddb354..ea7f9270520 100644 --- a/docs/connections.md +++ b/docs/connections.md @@ -247,7 +247,7 @@ connection may emit. When you're connecting to a single MongoDB server (a "standalone"), Mongoose will emit 'disconnected' if it gets disconnected from the standalone server, and 'connected' if it successfully connects to the standalone. In a -replica set, Mongoose will emit 'disconnected' if it loses connectivity to the replica set primary, and 'connected' if it manages to reconnect to a the replica set primary. +replica set, Mongoose will emit 'disconnected' if it loses connectivity to the replica set primary, and 'connected' if it manages to reconnect to the replica set primary.

A note about keepAlive