Skip to content

Commit 91f9eba

Browse files
committed
Fix typo
1 parent 4b73fea commit 91f9eba

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ Not used in the SVG space.
7272

7373
###### `options.upperDoctype`
7474

75-
Use an `<!DOCTYPE…` instead of `<!doctype…`.
75+
Use a `<!DOCTYPE…` instead of `<!doctype…`.
7676
Useless except for XHTML (`boolean`, default: `false`).
7777

7878
###### `options.quote`

types/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ declare namespace hastUtilToHtml {
3535
voids: string[]
3636

3737
/**
38-
* Use an `<!DOCTYPE…` instead of `<!doctype…`.
38+
* Use a `<!DOCTYPE…` instead of `<!doctype…`.
3939
* Useless except for XHTML.
4040
*
4141
* @defaultValue false

0 commit comments

Comments
 (0)