From 888c6182274afa2b5f845bc732b98a23cc16e6f1 Mon Sep 17 00:00:00 2001 From: Adrien Crivelli Date: Mon, 30 Oct 2017 11:37:24 +0900 Subject: [PATCH] Fix typo --- docs/topics/migration-from-PHPExcel.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/topics/migration-from-PHPExcel.md b/docs/topics/migration-from-PHPExcel.md index 55063c03..5d6b5f6e 100644 --- a/docs/topics/migration-from-PHPExcel.md +++ b/docs/topics/migration-from-PHPExcel.md @@ -26,9 +26,9 @@ In addition to automated changes, a few things need to be migrated manually. ### Renamed readers and writers -When using with `IOFactory::createReader()`, `IOFactory::createWriter()` -and `IOFactory::identify()`, the reader/writer short names are used. -Those were changed, along as their corresponding class, to remove ambiguity: +When using `IOFactory::createReader()`, `IOFactory::createWriter()` and +`IOFactory::identify()`, the reader/writer short names are used. Those were +changed, along as their corresponding class, to remove ambiguity: Before | After -----------------|---------