Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Loïc Fürhoff <[email protected]>
  • Loading branch information
b1aserlu and imagoiq authored Feb 1, 2024
1 parent ef5f7f7 commit 4e431eb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/documentation/.storybook/helpers/bages-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ export const badgesConfig: BadgesConfig = {
},
title: 'Deprecated',
tooltip: {
desc: 'The contents of this page are deprecated and will be removed in the future',
desc: 'The content of this page is deprecated and will be removed in the future',
},
},
};
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ import SampleFloatingTS from './custom-select-floating.sample.ts?raw';
<p className="lead">A custom select for NgBootstrap that uses the ngbDropdown.</p>

<PostAlert type="warning">
<h4 slot="heading">This component is deprecated</h4>
<p>It will be removed in the next major version.</p>
<h4 slot="heading">This component is deprecated</h4>
<p>It will be removed in the next major version.</p>
</PostAlert>

<ul>
Expand Down

0 comments on commit 4e431eb

Please sign in to comment.