Skip to content
Merged
Changes from 1 commit
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
Next Next commit
Clarify usage of outline utilities in documentation
  • Loading branch information
jaykumarcunomial committed Feb 7, 2025
commit 411846bbf74924c91df24d61d553f46d904dd985
2 changes: 1 addition & 1 deletion src/docs/outline-width.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export const description = "Utilities for controlling the width of an element's

### Basic example

Use `outline` and `outline-<number>` utilities like `outline-2` and `outline-4` to set the width of an element's outline:
Use `outline` or `outline-<number>` utilities like `outline-2` and `outline-4` to set the width of an element's outline:

<Figure>

Expand Down