From f5fe0c8c20b2fa6bab835a3d21e14a10db07ac84 Mon Sep 17 00:00:00 2001 From: wbamberg Date: Mon, 12 Feb 2024 11:18:16 -0800 Subject: [PATCH] Update files/en-us/web/css/hyphenate-limit-chars/index.md Co-authored-by: Dipika Bhattacharya --- files/en-us/web/css/hyphenate-limit-chars/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/en-us/web/css/hyphenate-limit-chars/index.md b/files/en-us/web/css/hyphenate-limit-chars/index.md index 37e16be57235f0e..62c0c0be4173b60 100644 --- a/files/en-us/web/css/hyphenate-limit-chars/index.md +++ b/files/en-us/web/css/hyphenate-limit-chars/index.md @@ -114,7 +114,7 @@ p { {{EmbedLiveSample("Setting hyphenation limits", "", 200)}} -In the first example, we don't set `hyphenate-limit-chars`, and the user agent applies its default algorithm. +In the first box, we don't set `hyphenate-limit-chars`, allowing the user agent to apply its default algorithm. In the second example, we specify `hyphenate-limit-chars: 14`, meaning that words must be at least 14 characters long before they are hyphenated. As a result, "juxtaposition" is no longer hyphenated, since it is only 13 characters long.