diff --git a/docs/docs/configuration/title.md b/docs/docs/configuration/title.md
index 9601ef1d5..7f4fc9b29 100644
--- a/docs/docs/configuration/title.md
+++ b/docs/docs/configuration/title.md
@@ -15,7 +15,6 @@ The title configuration is passed into the `options.title` namespace. The global
| `position` | `string` | `'top'` | Position of title. [more...](#position)
| `font` | `Font` | `defaults.font` | See [Fonts](../general/fonts.md)
| `padding` | number|{top: number, bottom: number} | `10` | Adds padding above and below the title text if a single number is specified. It is also possible to change top and bottom padding separately.
-| `lineHeight` | number|string | `1.2` | Height of an individual line of text. See [MDN](https://developer.mozilla.org/en-US/docs/Web/CSS/line-height).
| `text` | string|string[] | `''` | Title text to display. If specified as an array, text is rendered on multiple lines.
### Position