mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2025-12-30 03:03:06 -05:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user