From 1e6dcbcad2315bf975602ddc9e01f7d587f8742e Mon Sep 17 00:00:00 2001 From: Onkar Khadangale <87750369+OnkarRuikar@users.noreply.github.com> Date: Tue, 5 Nov 2024 09:24:06 +0530 Subject: [PATCH] Update files/en-us/web/css/css_text/wrapping_breaking_text/index.md --- files/en-us/web/css/css_text/wrapping_breaking_text/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/en-us/web/css/css_text/wrapping_breaking_text/index.md b/files/en-us/web/css/css_text/wrapping_breaking_text/index.md index f50b629a743f0e3..b96b1a4b8acda4f 100644 --- a/files/en-us/web/css/css_text/wrapping_breaking_text/index.md +++ b/files/en-us/web/css/css_text/wrapping_breaking_text/index.md @@ -165,7 +165,7 @@ In the example below there is a checkbox and label. Let's say, you want the labe ## Adding hyphens -To add hyphens when words are broken, use the CSS {{cssxref("hyphens")}} property. Using a value of `auto`, the browser is free to automatically break words at appropriate hyphenation points, following whatever rules it chooses. To have some control over the process, use a value of `manual`, then insert a hard (`-`) or soft break character (U+00AD) into the string. A soft break character can be added using ``, ``, or `` HTML character codes as well. A hard break will always break, even if it is not necessary to do so. A soft break only breaks if breaking is needed. +To add hyphens when words are broken, use the CSS {{cssxref("hyphens")}} property. Using a value of `auto`, the browser is free to automatically break words at appropriate hyphenation points, following whatever rules it chooses. To have some control over the process, use a value of `manual`, then insert a hard (U+2010) or soft break character (U+00AD) into the string. A hard break character can be added using `‐` or `‐`, and a soft break character can be added using ``, ``, or `` HTML character codes. A hard break will always break, even if it is not necessary to do so. A soft break only breaks if breaking is needed. ```html live-sample___hyphens