From 273513755478a07b94758e9fe93109d946a8e83d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Jamro=C5=BCek?= <167776055+mjamrozekvl@users.noreply.github.com> Date: Tue, 7 May 2024 10:21:45 +0200 Subject: [PATCH] style: NO-JIRA typos found during onboarding (#137) * style: NO-JIRA typos * style: NO-JIRA typos in README.md * fix: NO-JIRA typo in stylesBuilder.ts after merge --- README.md | 6 +++--- src/components/Badge/stylesBuilder/stylesBuilder.ts | 2 +- src/components/Button/stylesBuilder/stylesBuilder.ts | 6 +++--- src/components/Card/CardFooter/CardFooter.props.ts | 2 +- src/components/Card/CardHeader/CardHeader.props.ts | 2 +- src/components/CornerDialog/stylesBuilder.ts | 2 +- src/components/Select/Select.tsx | 2 +- src/components/TextInput/TextInput.props.ts | 4 ++-- src/components/TextInput/TextInput.stories.tsx | 6 +++--- src/components/TextInput/TextInput.styles.ts | 4 ++-- src/components/TextInput/TextInput.tsx | 2 +- src/components/TextInput/stylesBuilder/stylesBuilder.ts | 4 ++-- src/docs-components/LoaderDocs.tsx | 4 ++-- src/services/mergeConfigWithCustom/index.ts | 2 +- .../mergeConfigWithCustom/mergeConfigWithCustom.test.ts | 2 +- .../{mergeConfigWithCutom.ts => mergeConfigWithCustom.ts} | 0 16 files changed, 25 insertions(+), 25 deletions(-) rename src/services/mergeConfigWithCustom/{mergeConfigWithCutom.ts => mergeConfigWithCustom.ts} (100%) diff --git a/README.md b/README.md index aa9550be..9d8481c1 100644 --- a/README.md +++ b/README.md @@ -200,8 +200,8 @@ All Tetrisly components have a `custom` prop. It makes it possible to customize If you want to change any of button styles, you can make it by passing custom props with object based on specific component config. -For instance, to change background-color of appereance="primary" intent="secondary" variant to pink, just pass -refferenced object structure: +For instance, to change background-color of appearance="primary" intent="secondary" variant to pink, just pass +referenced object structure: ```jsx