Update docs/topics/reading-and-writing-to-file.md

Co-authored-by: Adrien Crivelli <adrien.crivelli@gmail.com>
This commit is contained in:
oleibman 2020-05-31 10:51:53 -07:00 committed by GitHub
parent edc411e6dd
commit 9ba8db761b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -703,7 +703,7 @@ echo $writer->generateSheetData();
echo $writer->generateHTMLFooter(); echo $writer->generateHTMLFooter();
``` ```
#### Editing HTML During Save Via a Callback #### Editing HTML during save via a callback
You can also add a callback function to edit the generated html You can also add a callback function to edit the generated html
before saving. For example, you could add a webfont before saving. For example, you could add a webfont