From c106c6d265e4b79748fd3532e77a1f9f10f18da3 Mon Sep 17 00:00:00 2001 From: Jorge Vallecillo Date: Thu, 1 Oct 2020 20:42:54 -0600 Subject: [PATCH] Fix typo on db_mongodb module: Consecutives 'the' --- src/modules/db_mongodb/doc/db_mongodb_admin.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/db_mongodb/doc/db_mongodb_admin.xml b/src/modules/db_mongodb/doc/db_mongodb_admin.xml index a7723bec585..00cf7a59e68 100644 --- a/src/modules/db_mongodb/doc/db_mongodb_admin.xml +++ b/src/modules/db_mongodb/doc/db_mongodb_admin.xml @@ -96,7 +96,7 @@
Usage - Load the module and set the the DB URL for specific modules to: + Load the module and set the DB URL for specific modules to: mongodb://username:password@host:port/database. Username, password and port are optional.