From f5c800c360f660fbe3b7ccccc09bc68c0dd13322 Mon Sep 17 00:00:00 2001 From: Jon Dufresne Date: Sun, 21 Oct 2018 00:28:39 -0700 Subject: [PATCH] Correct typo: "they are" -> "there are" (#725) --- docs/topics/migration-from-PHPExcel.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/topics/migration-from-PHPExcel.md b/docs/topics/migration-from-PHPExcel.md index b250790b..ae1cb28b 100644 --- a/docs/topics/migration-from-PHPExcel.md +++ b/docs/topics/migration-from-PHPExcel.md @@ -3,7 +3,7 @@ PhpSpreadsheet introduced many breaking changes by introducing namespaces and renaming some classes. To help you migrate existing project, a tool was written to replace all references to PHPExcel -classes to their new names. But they are also manual changes that +classes to their new names. But there are also manual changes that need to be done. ## Automated tool