Skip to content

Commit 8e9656f

Browse files
author
Christopher Quadflieg
committed
docs: update doc
1 parent f5f914e commit 8e9656f

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

docs/user-guide/rules/doctype-html5.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ Doctype must be html5.
2828

2929
Examples of **correct** code for this rule:
3030

31-
<!-- prettier-ignore -->
3231
```html
3332
<!DOCTYPE html>
3433
<html></html>
@@ -37,7 +36,7 @@ Examples of **correct** code for this rule:
3736
Examples of **incorrect** code for this rule:
3837

3938
```html
40-
<!DOCTYPE hmtl>
39+
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "https://www.w3.org/TR/html4/strict.dtd">
4140
<html></html>
4241
```
4342

docs/user-guide/rules/space-tab-mixed-disabled.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ This rule has an object option:
3232

3333
- `"mode": "tab"` use tabs as indentation.
3434
- `"mode": "space"` use spaces as indentation.
35-
- `"size": 0-8` count of spaces.
35+
- `"size": 0-8` count of spaces.
3636

3737
---
3838

0 commit comments

Comments
 (0)