Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Aram <[email protected]>
  • Loading branch information
VincentSmedinga and alimpens authored Sep 4, 2024
1 parent a0ecc14 commit cd1f922
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion storybook/src/components/Accordion/Accordion.docs.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ If you want the contents of an accordion section to appear initially, pass the `
### Improve semantics

By default, an Accordion Section renders a `section` element in HTML.
Having many accordion sections on your page can lead to too many landmark regions, confusing screen reader users.
Having many Accordion Sections on your page can lead to too many landmark regions, confusing screen reader users.
In that case, use `sectionAs="div"`.

<Canvas of={AccordionStories.ImproveSemantics} />
Expand Down
2 changes: 1 addition & 1 deletion storybook/src/components/Overlap/Overlap.docs.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import README from "../../../../packages/css/src/components/overlap/README.md?ra

## Examples

### Hero image with search field
### Hero image with Search Field

This allows for the use of a mood-setting image as a background.
A [Grid](/docs/components-layout-grid--docs) provides horizontal space on both sides and columns for layout.
Expand Down

0 comments on commit cd1f922

Please sign in to comment.