We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c9f14c commit 8d60db5Copy full SHA for 8d60db5
book/propel.rst
@@ -353,7 +353,7 @@ Create the classes:
353
354
$ php app/console propel:model:build
355
356
-Assuming you have products in your database, you don't want lose them. Thanks to
+Assuming you have products in your database, you don't want tp lose them. Thanks to
357
migrations, Propel will be able to update your database without losing existing
358
data.
359
@@ -362,7 +362,7 @@ data.
362
$ php app/console propel:migration:generate-diff
363
$ php app/console propel:migration:migrate
364
365
-Your database has been updated, you can continue to write your application.
+Your database has been updated, you can continue writing your application.
366
367
Saving Related Objects
368
~~~~~~~~~~~~~~~~~~~~~~
0 commit comments