fix: undo a wrong correction

This commit is contained in:
mihilt 2022-08-09 18:48:53 +09:00
parent f8252a30e2
commit c07f525d4a

@ -376,7 +376,7 @@ export function InteractiveTutorialRoot(): React.ReactElement {
<br />
To create a new script or edit an existing one, you can use{" "}
</Typography>
<Typography classes={{ root: classes.textfield }}>{"[n00dles ~/]> nano"}</Typography>
<Typography classes={{ root: classes.textfield }}>{"[home ~/]> nano"}</Typography>
<Typography>
Scripts must end with the {tutorialScriptExtension} extension. Let's make a script now by entering{" "}