From 962f6bbd551f51d79adf23ee90d4d50034fce141 Mon Sep 17 00:00:00 2001 From: Micheal Cottingham Date: Sun, 31 Jul 2016 22:10:05 -0700 Subject: [PATCH 1/2] Remove colloquialism "hold on" I'm of the thought that documentation should balance between conversational grammar and formal grammar. Hold on pushes that over the conversational boundary, in my opinion. Thoughts? --- form/dynamic_form_modification.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/form/dynamic_form_modification.rst b/form/dynamic_form_modification.rst index 62c12b8e067..529cf5d7a80 100644 --- a/form/dynamic_form_modification.rst +++ b/form/dynamic_form_modification.rst @@ -32,8 +32,8 @@ take a look at the :doc:`Form Events ` documentation. Customizing your Form Based on the Underlying Data -------------------------------------------------- -Before jumping right into dynamic form generation, hold on and recall what -a bare form class looks like:: +Before jumping right into dynamic form generation, recall what +a bare form class looks like: // src/AppBundle/Form/Type/ProductType.php namespace AppBundle\Form\Type; From 5d933316f519f32cd92160669eb12866c8dae4dc Mon Sep 17 00:00:00 2001 From: Micheal Cottingham Date: Mon, 1 Aug 2016 15:41:59 -0700 Subject: [PATCH 2/2] Update dynamic_form_modification.rst Re-add the :: and change the wording for `jumping right into`. --- form/dynamic_form_modification.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/form/dynamic_form_modification.rst b/form/dynamic_form_modification.rst index 529cf5d7a80..6e16b20e594 100644 --- a/form/dynamic_form_modification.rst +++ b/form/dynamic_form_modification.rst @@ -32,8 +32,8 @@ take a look at the :doc:`Form Events ` documentation. Customizing your Form Based on the Underlying Data -------------------------------------------------- -Before jumping right into dynamic form generation, recall what -a bare form class looks like: +Before starting with dynamic form generation, recall what +a bare form class looks like:: // src/AppBundle/Form/Type/ProductType.php namespace AppBundle\Form\Type;