diff --git a/docs/rules/html-indent.md b/docs/rules/html-indent.md
index 95de69d9f..9a325d9c7 100644
--- a/docs/rules/html-indent.md
+++ b/docs/rules/html-indent.md
@@ -4,7 +4,7 @@
## :book: Rule Details
-This rule enforces a consistent indentation style in ``. The default style is 4 spaces as same as [the core indent rule](http://eslint.org/docs/rules/indent).
+This rule enforces a consistent indentation style in ``. The default style is 2 spaces.
- This rule checks all tags, also all expressions in directives and mustaches.
- In the expressions, this rule supports ECMAScript 2017 syntaxes. It ignores unknown AST nodes, but it might be confused by non-standard syntaxes.