Skip to content

Commit fceef80

Browse files
committed
docs: fix typos
Signed-off-by: Jack Cherng <[email protected]>
1 parent 2cdcb6b commit fceef80

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ $rendererOptions = [
116116
'outputTagAsString' => false,
117117
// this option is currently only for the Json renderer.
118118
// it controls how the output JSON is formatted.
119-
// see availabe options on https://www.php.net/manual/en/function.json-encode.php
119+
// see available options on https://www.php.net/manual/en/function.json-encode.php
120120
'jsonEncodeFlags' => \JSON_UNESCAPED_SLASHES | \JSON_UNESCAPED_UNICODE,
121121
// this option is currently effective when the "detailLevel" is "word"
122122
// characters listed in this array can be used to make diff segments into a whole

example/demo_base.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
'outputTagAsString' => false,
5454
// this option is currently only for the Json renderer.
5555
// it controls how the output JSON is formatted.
56-
// see availabe options on https://www.php.net/manual/en/function.json-encode.php
56+
// see available options on https://www.php.net/manual/en/function.json-encode.php
5757
'jsonEncodeFlags' => \JSON_UNESCAPED_SLASHES | \JSON_UNESCAPED_UNICODE,
5858
// this option is currently effective when the "detailLevel" is "word"
5959
// characters listed in this array can be used to make diff segments into a whole

0 commit comments

Comments
 (0)