Skip to content

Commit 888c618

Browse files
committed
Fix typo
1 parent 8d23bda commit 888c618

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/topics/migration-from-PHPExcel.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ In addition to automated changes, a few things need to be migrated manually.
2626

2727
### Renamed readers and writers
2828

29-
When using with `IOFactory::createReader()`, `IOFactory::createWriter()`
30-
and `IOFactory::identify()`, the reader/writer short names are used.
31-
Those were changed, along as their corresponding class, to remove ambiguity:
29+
When using `IOFactory::createReader()`, `IOFactory::createWriter()` and
30+
`IOFactory::identify()`, the reader/writer short names are used. Those were
31+
changed, along as their corresponding class, to remove ambiguity:
3232

3333
Before | After
3434
-----------------|---------

0 commit comments

Comments
 (0)