Skip to content

Commit

Permalink
fix script
Browse files Browse the repository at this point in the history
  • Loading branch information
Zyie committed Mar 5, 2024
1 parent 417dfa4 commit aed1b07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/generate-tutorial-docs.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ async function go()
'custom_edit_url: null',
'---',
'<!-- AUTO-GENERATED BY [generate-tutorial-docs] script -->',
'import Tutorial from \'@site/src/components/tutorial/index\';',
'import Tutorial from \'@site/src/components/Tutorial/index\';',
'import version from \'../pixi-version.json\';',
'',
`<Tutorial id="${tutorialKey}" pixiVersion={version}/>`,
Expand Down

0 comments on commit aed1b07

Please sign in to comment.