Skip to content

Commit

Permalink
docs: update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher Quadflieg committed Jun 30, 2020
1 parent f5f914e commit 8e9656f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions docs/user-guide/rules/doctype-html5.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ Doctype must be html5.

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

<!-- prettier-ignore -->
```html
<!DOCTYPE html>
<html></html>
Expand All @@ -37,7 +36,7 @@ Examples of **correct** code for this rule:
Examples of **incorrect** code for this rule:

```html
<!DOCTYPE hmtl>
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "https://www.w3.org/TR/html4/strict.dtd">
<html></html>
```

Expand Down
2 changes: 1 addition & 1 deletion docs/user-guide/rules/space-tab-mixed-disabled.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ This rule has an object option:

- `"mode": "tab"` use tabs as indentation.
- `"mode": "space"` use spaces as indentation.
- `"size": 0-8` count of spaces.
- `"size": 0-8` count of spaces.

---

Expand Down

0 comments on commit 8e9656f

Please sign in to comment.