docs: Typo in Reader/Writer Flags section

At the end of section https://phpspreadsheet.readthedocs.io/en/latest/topics/reading-and-writing-to-file/#readerwriter-flags there is a typo "wil" instead of "will".
This commit is contained in:
Severin J
2022-12-22 10:28:08 +01:00
committed by GitHub
parent 09f63e6902
commit af45580dfa
+1 -1
View File
@@ -1099,7 +1099,7 @@ Flags that are available that can be passed to the Reader in this way include:
| Slk | N/A | NO | NO |
| Csv | N/A | NO | NO |
Likewise, when saving a file using a Writer, loaded charts wil not be saved unless you explicitly tell the Writer to include them:
Likewise, when saving a file using a Writer, loaded charts will not be saved unless you explicitly tell the Writer to include them:
```php
$writer = IOFactory::createWriter($spreadsheet, 'Xlsx');