Skip to content

Commit

Permalink
Merge pull request #27199 from AlirezaEbrahimkhani/fix-preview-code-s…
Browse files Browse the repository at this point in the history
…nippets

Docs: Correct typos in vue preview docs
(cherry picked from commit 337192a)
  • Loading branch information
jonniebigodes authored and storybook-bot committed May 27, 2024
1 parent 3b05588 commit 38417c0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ setup((app) => {
const preview = {
decorators: [
(story, context) => {
const theme = context.globals.theme || 'light'';
const theme = context.globals.theme || 'light';
return {
components: { story, VApp },
template: `
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ setup((app) => {
const preview: Preview = {
decorators: [
(story, context) => {
const theme = context.globals.theme || 'light'';
const theme = context.globals.theme || 'light';
return {
components: { story, VApp },
template: `
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ setup((app) => {
const preview: Preview = {
decorators: [
(story, context) => {
const theme = context.globals.theme || 'light'';
const theme = context.globals.theme || 'light';
return {
components: { story, VApp },
template: `
Expand Down

0 comments on commit 38417c0

Please sign in to comment.