fix(curriculum): correctly describe insert step in Challenge Editor (#47331)

* Update InsertStep.tsx

* Update Tools.tsx

* Update how-to-work-on-practice-projects.md

* removed redundant example

* Update tools/challenge-editor/client/src/components/tools/Tools.tsx

Co-authored-by: Ilenia <nethleen@gmail.com>

Co-authored-by: Ilenia <nethleen@gmail.com>
This commit is contained in:
hanswang123456
2022-08-20 04:30:46 -04:00
committed by GitHub
parent 7fa1e33247
commit d2d1bc8dab
3 changed files with 3 additions and 3 deletions

View File

@@ -42,7 +42,7 @@ Enter the number of steps you want to add in the input. Then, clicking the butto
#### Insert Step
Enter the step number that you want to add a step _after_. For example, if you want to add a step after `step-12`, enter `12`. Then, click the `Insert Step` button to add the step. The following steps will be re-ordered.
Enter the step number that you want to add. Then, click the `Insert Step` button to add the step. The following steps will be re-ordered.
#### Delete Step