From e650d676f47aca3320e2290169f1219e9418e555 Mon Sep 17 00:00:00 2001 From: Jeremy Mikola Date: Thu, 16 Feb 2017 15:44:51 +0000 Subject: [PATCH] Fix typo git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@341906 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/mongodb/mongodb/driver/manager/construct.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/reference/mongodb/mongodb/driver/manager/construct.xml b/reference/mongodb/mongodb/driver/manager/construct.xml index 60bca6db54..643b86ff9d 100644 --- a/reference/mongodb/mongodb/driver/manager/construct.xml +++ b/reference/mongodb/mongodb/driver/manager/construct.xml @@ -169,7 +169,8 @@ mongodb://[username:password@]host1[:port1][,host2[:port2],...[,hostN[:portN]]][ Specifies the interval in milliseconds between the driver's checks of the MongoDB topology, counted from the end of the previous check - ntil the beginning of the next one. Defaults to 60,000 milliseconds. + until the beginning of the next one. Defaults to 60,000 + milliseconds.