Skip to content

Commit f60353c

Browse files
committed
Review spelling in readme.txt
1 parent 2996b6c commit f60353c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

html-api-debugger/readme.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Add a page to wp-admin for debugging the HTML API.
4040
* Handle DOCTYPE nodes.
4141
* Prevent newlines from automatically being added to the HTML input.
4242
* Use async event directives if available.
43-
* Handle doctype tokens and display information about quirks-mode.
43+
* Handle DOCTYPE tokens and display information about quirks-mode.
4444

4545
= 1.3 =
4646
* Replace wp-api-fetch script dependency with native fetch.
@@ -63,7 +63,7 @@ Add a page to wp-admin for debugging the HTML API.
6363

6464
= 0.9 =
6565
* Fix a bug where "}" was replaced as an invisible character.
66-
* Add a quirks mode toggle that allows changing the doctype used.
66+
* Add a quirks mode toggle that allows changing the DOCTYPE used.
6767

6868
= 0.8 =
6969
* Show invisible characters in processed HTML spans.
@@ -77,7 +77,7 @@ Add a page to wp-admin for debugging the HTML API.
7777

7878
= 0.5 =
7979
* Use regular REST API result response shape.
80-
* Display text content of "atomic" HTML API nodes like `textarea` or `xmp`.
80+
* Display text content of "atomic" HTML API nodes like TEXTAREA or XMP.
8181

8282
= 0.4 =
8383
* Improve debugger visibility controls.

0 commit comments

Comments
 (0)