Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari committed Jan 31, 2024
1 parent 0426040 commit 99f0762
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/modules/sandbox/CodeSandbox.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ const createReactApp = (demoData: DemoData) => {
start: 'react-scripts start',
build: 'react-scripts build',
test: 'react-scripts test',
eject: 'react-scripts ejec',
eject: 'react-scripts eject',
},
...(demoData.codeVariant === 'TS' && {
main: 'index.tsx',
Expand Down Expand Up @@ -162,7 +162,7 @@ ReactDOM.createRoot(document.querySelector("#root")${type}).render(
start: 'react-scripts start',
build: 'react-scripts build',
test: 'react-scripts test',
eject: 'react-scripts ejec',
eject: 'react-scripts eject',
},
...(templateData.codeVariant === 'TS' && {
main: 'index.tsx',
Expand Down

0 comments on commit 99f0762

Please sign in to comment.