Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
D8H committed Oct 17, 2024
1 parent 6559641 commit 4d023b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion newIDE/app/src/Utils/GDevelopServices/Tutorial.js
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ export const getInstructionTutorialIds = (type: string): Array<string> => {
case 'ToggleSceneVariableAsBoolean':
case 'SetBooleanObjectVariable':
case 'SetBooleanVariable':
return ['iIntermediate-toggle-states-with-variable'];
return ['intermediate-toggle-states-with-variable'];
case 'Scene':
case 'PushScene':
case 'PopScene':
Expand Down

0 comments on commit 4d023b9

Please sign in to comment.