Skip to content

Commit b8e62b7

Browse files
committed
fix: code review
1 parent 01dd492 commit b8e62b7

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

packages/astro/src/vite-plugins/override-components.ts

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* A plugin that lets users to override TutorialKit's components.
2+
* A plugin that lets users override TutorialKit's components.
33
*
44
* The virtual module can be imported as:
55
*
@@ -31,11 +31,12 @@ export interface OverrideComponentsOptions {
3131
* Component for overriding the top bar.
3232
*
3333
* This component has 3 slots that are used to pass TutorialKit's default components:
34-
* - `logo`: Logo of the application
35-
* - `theme-switch`: Switch for changing the theme
36-
* - `login-button`: For StackBlitz Enterprise user, the login button
34+
* - `logo`: Logo of the application
35+
* - `theme-switch`: Switch for changing the theme
36+
* - `login-button`: For StackBlitz Enterprise user, the login button
3737
*
3838
* Usage:
39+
*
3940
* ```jsx
4041
* <slot name="logo" />
4142
* <slot name="theme-switch" />

0 commit comments

Comments
 (0)