1
0
mirror of synced 2025-03-14 00:26:08 +03:00

Fixed typo (serves => servers)

This commit is contained in:
Menno Holtkamp 2016-06-25 17:29:04 +02:00 committed by GitHub
parent 04b48ae12b
commit a3e9529c02

View File

@ -49,7 +49,7 @@ By default Doctrine assumes that you are working with a default timezone. Each D
is created by Doctrine will be assigned the timezone that is currently the default, either through
the ``date.timezone`` ini setting or by calling ``date_default_timezone_set()``.
This is very important to handle correctly if your application runs on different serves or is moved from one to another server
This is very important to handle correctly if your application runs on different servers or is moved from one to another server
(with different timezone settings). You have to make sure that the timezone is the correct one
on all this systems.