Skip to content

Commit

Permalink
dependency doc change
Browse files Browse the repository at this point in the history
  • Loading branch information
mynamesleon committed Sep 12, 2024
1 parent a40869d commit ab7f100
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/components/AsHtml/AsHtml.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ StandardUsage.args = {
};

/**
* ![Peer dependency: dompurify](https://img.shields.io/badge/Peer_dependency-dompurify-blue)
* ![Dependency: dompurify](https://img.shields.io/badge/Dependency-dompurify-blue)
*
* Render provided string as HTML.
* Sanitizes with `dompurify` by default.
Expand Down
2 changes: 1 addition & 1 deletion src/components/AutoComplete/AutoComplete.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ StandardUsage.args = {
};

/**
* ![Peer dependency: aria-autocomplete](https://img.shields.io/badge/Peer_dependency-aria--autocomplete-blue)
* ![Dependency: aria-autocomplete](https://img.shields.io/badge/Dependency-aria--autocomplete-blue)
*
* The `<AutoComplete>` component is a React wrapper around the
* [`aria-autocomplete` library](https://mynamesleon.github.io/aria-autocomplete/).
Expand Down
2 changes: 1 addition & 1 deletion src/components/FieldRepeater/FieldRepeater.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ StandardUsage.args = {
};

/**
* ![Peer dependency: react-beautiful-dnd](https://img.shields.io/badge/Peer_dependency-react--beautiful--dnd-blue)
* ![Dependency: react-beautiful-dnd](https://img.shields.io/badge/Dependency-react--beautiful--dnd-blue)
*
* The `FieldRepeater` is a complex field container for repeatable groupings
* of fields. A good example usage would be a list of contacts.
Expand Down

0 comments on commit ab7f100

Please sign in to comment.