From 0b8f064ead5a25531999fc541bb033b1125085a1 Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Mon, 5 Aug 2013 18:28:37 +0000 Subject: [PATCH] Fix grammar git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@331059 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/mongo/mongoclient/construct.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference/mongo/mongoclient/construct.xml b/reference/mongo/mongoclient/construct.xml index 56173b4033..eca0ed136e 100644 --- a/reference/mongo/mongoclient/construct.xml +++ b/reference/mongo/mongoclient/construct.xml @@ -96,7 +96,7 @@ mongodb://[username:password@]host1[:port1][,host2[:port2:],...]/db If the constructor should connect before returning. Default is &true;. When set to &false; the driver will - automatically connection to the server whenever + automatically connect to the server whenever it is necessary to do a query. Alternatively, you can run MongoClient::connect manually.