From 8c62eb547ed34c4748f6430962487b74cfed6bbe Mon Sep 17 00:00:00 2001 From: Davi Alexandre <davi@davialexandre.com.br> Date: Fri, 28 Sep 2018 13:59:53 -0300 Subject: [PATCH] Remove unnecessary "are" in upgrade.md --- docs/framework/upgrade.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/framework/upgrade.md b/docs/framework/upgrade.md index b6cbde0f..d60f77c3 100644 --- a/docs/framework/upgrade.md +++ b/docs/framework/upgrade.md @@ -27,7 +27,7 @@ Within CiviCRM Core code the upgrader classes handle making any necessary databa ## Incremental PHP Files -Incremental PHP-SQL steps are preferred over the Smarty-SQL where possible. This is because it gives us a chance to query the database before running upgrades and makes upgrades are safer +Incremental PHP-SQL steps are preferred over the Smarty-SQL where possible. This is because it gives us a chance to query the database before running upgrades and makes upgrades safer. Each class in the `CRM_Upgrade_Incremental_php` corresponds to a major release of CiviCRM (e.g. 4.1, 4.2, 4.3). The key functions that can be defined are: -- GitLab