Skip to content

Commit 9f10837

Browse files
committed
removed blank lines, fixed wording
1 parent 8ab049a commit 9f10837

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

book/doctrine.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,8 @@ information. By convention, this information is usually configured in an
9292
$ app/console doctrine:database:create
9393
9494
There's no way to configure these defaults inside doctrine, as it tries to be
95-
as agnostic as possible in terms of enviroment configuration, so only way around it
96-
is to configure server level defaults.
95+
as agnostic as possible in terms of enviroment configuration. One way to solve
96+
this problem is to configure server level defaults.
9797

9898
Setting UTF8 defaults for MySQL is as simple as adding a few lines to configuration file
9999
(typically ``my.cnf``):

book/installation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ If there are any issues, correct them now before moving on.
163163
164164
Note that using the ACL is recommended when you have access to them
165165
on your server because changing the umask is not thread-safe.
166-
166+
167167
When everything is fine, click on "Go to the Welcome page" to request your
168168
first "real" Symfony2 webpage:
169169

0 commit comments

Comments
 (0)