Skip to content

Commit 197b5eb

Browse files
PowerKiKiFrederic Delaunay
authored and
Frederic Delaunay
committed
Missing backticks
1 parent 89c5897 commit 197b5eb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/topics/recipes.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1345,17 +1345,17 @@ steps that can be followed to do this:
13451345
1. Create your PhpSpreadsheet spreadsheet
13461346
2. Output HTTP headers for the type of document you wish to output
13471347
3. Use the `\PhpOffice\PhpSpreadsheet\Writer\*` of your choice, and save
1348-
to "php://output"
1348+
to `'php://output'`
13491349

13501350
`\PhpOffice\PhpSpreadsheet\Writer\Xlsx` uses temporary storage when
1351-
writing to php://output. By default, temporary files are stored in the
1351+
writing to `php://output`. By default, temporary files are stored in the
13521352
script's working directory. When there is no access, it falls back to
13531353
the operating system's temporary files location.
13541354

13551355
**This may not be safe for unauthorized viewing!** Depending on the
13561356
configuration of your operating system, temporary storage can be read by
13571357
anyone using the same temporary storage folder. When confidentiality of
1358-
your document is needed, it is recommended not to use php://output.
1358+
your document is needed, it is recommended not to use `php://output`.
13591359

13601360
### HTTP headers
13611361

0 commit comments

Comments
 (0)