diff --git a/docs/content/utilities/layout.md b/docs/content/utilities/layout.md index be98f26a72..18b42aac5b 100644 --- a/docs/content/utilities/layout.md +++ b/docs/content/utilities/layout.md @@ -204,7 +204,7 @@ Use `.width-auto` to reset width to `auto` (initial value). Typically used with ``` -Use `.width-comfortable` to set width to `65ch`. This can be used on text elements to shorten the line length for better readability. +Use `.width-comfortable` to set max width to `65ch`. This can be used on text elements to shorten the line length for better readability. ```html live