From 67ed42d0cdf2501a4e0d9f8bd97d2892152d9a21 Mon Sep 17 00:00:00 2001 From: Jack Stone Date: Thu, 18 Jul 2013 10:42:58 -0400 Subject: [PATCH] Update 10-Reading-and-Writing.md --- Documentation/markdown/Overview/10-Reading-and-Writing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/markdown/Overview/10-Reading-and-Writing.md b/Documentation/markdown/Overview/10-Reading-and-Writing.md index e582352a..1468abc7 100644 --- a/Documentation/markdown/Overview/10-Reading-and-Writing.md +++ b/Documentation/markdown/Overview/10-Reading-and-Writing.md @@ -8,7 +8,7 @@ As you already know from part REF _Ref191885438 \w \h 3.3 REF _Ref191885438 \h The PHPExcel API offers multiple methods to create a PHPExcel_Writer_IReader or PHPExcel_Writer_IWriter instance: -Direct creationVia PHPExcel_IOFactoryAll examples underneath demonstrate the direct creation method. Note that you can also use the PHPExcel_IOFactory class to do this. +Direct creation via PHPExcel_IOFactory. All examples underneath demonstrate the direct creation method. Note that you can also use the PHPExcel_IOFactory class to do this. #### Creating PHPExcel_Reader_IReader using PHPExcel_IOFactory