Skip to content

Commit 3b48ace

Browse files
committed
[wizard] fix typos
1 parent 5e9ba1a commit 3b48ace

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

semcore/wizard/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ CHANGELOG.md standards are inspired by [keepachangelog.com](https://keepachangel
66

77
### Changed
88

9-
- Improve types, added `WizardContentProps` with `noSidebar` property, component rewritten in typescript.
9+
- Improve types, added `WizardContentProps` with `noSidebar` property, component rewritten in TypeScript.
1010

1111
## [16.1.10] - 2025-10-06
1212

semcore/wizard/src/Wizard.types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ export type WizardStepperProps<T extends WizardStep = WizardStep> = BoxProps & {
9595

9696
export type WizardContentProps = BoxProps & {
9797
/**
98-
* Render wizard content container with border-radius on the left side.
98+
* Renders wizard content container with border-radius on the left side
9999
*/
100100
noSidebar?: boolean;
101101
};

0 commit comments

Comments
 (0)