diff --git a/docs/engine.html b/docs/engine.html
index 9ba962dd6..ad6c5e06a 100644
--- a/docs/engine.html
+++ b/docs/engine.html
@@ -126,7 +126,7 @@
| nlow |
- If the brace will fit on the first line of the statement, taking into account making line length, then apply eol rule. Otherwise apply the nl rule. nlow is a mnemonic for "new line on wrap". For the example above Checkstyle will enforce:
+ | If the brace will fit on the first line of the statement, taking into account maximum line length, then apply eol rule. Otherwise apply the nl rule. nlow is a mnemonic for "new line on wrap". For the example above Checkstyle will enforce:
if (condition) {
...
|