Skip to content

Commit b2521e9

Browse files
HuanWuCodekof
andauthored
chore: Update main.ts (#4274)
## Description Fix obvious typos. ## Code Review - [] hi @kof, I need you to do - test it on preview ## Before requesting a review - [ ] made a self-review - [ ] added inline comments where things may be not obvious (the "why", not "what") ## Before merging - [ ] tested locally and on preview environment (preview dev login: 5de6) - [ ] updated [test cases](https://github.com/webstudio-is/webstudio/blob/main/apps/builder/docs/test-cases.md) document - [ ] added tests - [ ] if any new env variables are added, added them to `.env` file Co-authored-by: Oleg Isonen <oleg008@gmail.com>
1 parent a21c39c commit b2521e9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.storybook/main.ts

+4-4
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ export default {
1919
...visualTestingStories,
2020
{
2121
directory: "../packages/css-engine",
22-
titlePrefix: "Css Engine",
22+
titlePrefix: "CSS Engine",
2323
},
2424
{
2525
directory: "../packages/image",
@@ -31,11 +31,11 @@ export default {
3131
},
3232
{
3333
directory: "../packages/sdk-components-react",
34-
titlePrefix: "Sdk Components React",
34+
titlePrefix: "SDK Components React",
3535
},
3636
{
3737
directory: "../packages/sdk-components-react-radix",
38-
titlePrefix: "Sdk Components React Radix",
38+
titlePrefix: "SDK Components React Radix",
3939
},
4040
],
4141
framework: {
@@ -53,7 +53,7 @@ export default {
5353
define: {
5454
...config.define,
5555
// storybook use "util" package internally which is bundled with stories
56-
// and gives and error that process is undefined
56+
// and gives an error that process is undefined
5757
"process.env.NODE_DEBUG": "undefined",
5858
"process.env.IS_STROYBOOK": "true",
5959
},

0 commit comments

Comments
 (0)