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
  • Loading branch information
jonniebigodes committed May 23, 2024
2 parents 6c04751 + fc9e330 commit 337192a
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 337192a

Please sign in to comment.