Skip to content

Commit 13596c6

Browse files
committed
Fix typos in comments for clarity in index.css and stories.ts files.
1 parent 6b46662 commit 13596c6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

index.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* This file is needs only to support Tailwind CSS autocompletion:
2+
* This file is needed only to support Tailwind CSS autocompletion:
33
* For Tailwind CSS configuration use:
44
* * `./.storybook/index.css` – storybook tailwind config.
55
* * `./src/tailwind.css` – vueless tailwind preset.

src/ui.image-icon/storybook/stories.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ interface UIconArgs extends Props {
1818
}
1919

2020
/*
21-
* This needs for icon auto-caching, please keep it,
21+
* This is needed for icon auto-caching, please keep it,
2222
* an object key which contains the `icon` word is required.
2323
*/
2424
const icons = {

0 commit comments

Comments
 (0)