From 4979bea76b607d452e82b85751503facaaf6d4a3 Mon Sep 17 00:00:00 2001 From: Asmir Mustafic Date: Sun, 21 Jun 2020 10:24:14 +0200 Subject: [PATCH] Apply suggestions from code review MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Grégoire Paris --- UPGRADE.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/UPGRADE.md b/UPGRADE.md index 8ef23327af..43f79099dc 100644 --- a/UPGRADE.md +++ b/UPGRADE.md @@ -71,8 +71,8 @@ return [ Files in XML, YAML or JSON also changed in a similar way. Please refer to the official documentation for more details. Note: the option in `table_storage` needs to be updated only if you have changed the metadata table settings -by using v2 options as `table_name`, `column_name`, `column_length` or `executed_at_column_name`. If you did not change -those settings is recommended to not provide the options and let doctrine figure out the best settings. +by using v2 options such as `table_name`, `column_name`, `column_length` or `executed_at_column_name`. If you did not change +those settings, it is recommended to not provide the options and let doctrine figure out the best settings. ## Custom migration templates