Skip to content

Commit

Permalink
Wording update
Browse files Browse the repository at this point in the history
  • Loading branch information
TylerJDev committed Aug 29, 2024
1 parent 9753680 commit 3fabe86
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/components/timeline.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ Timeline displays items on a connected vertical timeline. It's primarily used to

### Timeline breaks

The `Timeline.Break` component allows for content in `Timeline` to be visually seperated and should only be used for decorative purposes only. Since this component is decorative, it is not conveyed to assistive technologies like screen readers.
The `Timeline.Break` component allows for content in `Timeline` to be visually seperated. This should be used for decorative purposes only. Since this component is decorative, it is not conveyed to assistive technologies like screen readers.

The content within `Timeline` should clearly communicate the status and state of the item, so that if there is a need to seperate content, that indication of the seperation is in `Timeline.Item`.
The content within `Timeline.Item` should clearly communicate the status and state of that item, so that if there is a need to seperate content, the context of the seperation is communicated in `Timeline.Item`.

### Known accessibility issues (GitHub staff only)

Expand Down

0 comments on commit 3fabe86

Please sign in to comment.