Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/docs/text-wrap.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ For performance reasons browsers limit text balancing to blocks that are ~6 line

### Pretty text wrapping

Use the `text-pretty` utility to prevent orphans (a single word on its own line) at the end of a text block:
Use the `text-pretty` utility to prefer better text wrapping and layout at the expense of speed. Behavior varies across browsers but often involves approaches like preventing orphans (a single word on its own line) at the end of a text block:

<Figure>

Expand Down