Fix grammar

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@331059 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Jakub Vrana 2013-08-05 18:28:37 +00:00
parent 145e9f1355
commit 0b8f064ead

View file

@ -96,7 +96,7 @@ mongodb://[username:password@]host1[:port1][,host2[:port2:],...]/db
<para>
If the constructor should connect before returning. Default is
&true;. When set to &false; the driver will
<emphasis>automatically</emphasis> connection to the server whenever
<emphasis>automatically</emphasis> connect to the server whenever
it is necessary to do a query. Alternatively, you can run
<function>MongoClient::connect</function> manually.
</para>