From 24c66b570c74a1729141e7610d2ada1d79a81437 Mon Sep 17 00:00:00 2001 From: Dylan Smith Date: Wed, 14 Jun 2023 17:50:06 +0100 Subject: [PATCH] Clarify description of .width-comfortable (#2463) --- docs/content/utilities/layout.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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