From 4e431ebaf0f3da0b0d557748ec9cd7daa1499a0b Mon Sep 17 00:00:00 2001 From: Lukas Blaser <141234680+b1aserlu@users.noreply.github.com> Date: Thu, 1 Feb 2024 15:55:22 +0100 Subject: [PATCH] Apply suggestions from code review MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Loïc Fürhoff <12294151+imagoiq@users.noreply.github.com> --- packages/documentation/.storybook/helpers/bages-config.ts | 2 +- .../components/forms/custom-select/custom-select.docs.mdx | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/documentation/.storybook/helpers/bages-config.ts b/packages/documentation/.storybook/helpers/bages-config.ts index 9921f07260..45bc8ce44d 100644 --- a/packages/documentation/.storybook/helpers/bages-config.ts +++ b/packages/documentation/.storybook/helpers/bages-config.ts @@ -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', }, }, }; diff --git a/packages/documentation/src/stories/components/forms/custom-select/custom-select.docs.mdx b/packages/documentation/src/stories/components/forms/custom-select/custom-select.docs.mdx index 476b7728aa..091aeb2032 100644 --- a/packages/documentation/src/stories/components/forms/custom-select/custom-select.docs.mdx +++ b/packages/documentation/src/stories/components/forms/custom-select/custom-select.docs.mdx @@ -26,8 +26,8 @@ import SampleFloatingTS from './custom-select-floating.sample.ts?raw';

A custom select for NgBootstrap that uses the ngbDropdown.

-

This component is deprecated

-

It will be removed in the next major version.

+

This component is deprecated

+

It will be removed in the next major version.