We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 681f5ce + c2efe03 commit 06c796aCopy full SHA for 06c796a
1 file changed
interpreter/core/computer/skills/skills.py
@@ -237,7 +237,7 @@ def {normalized_name}(step=0):
237
else:
238
computer.mouse.click(steps[step]["element"], icon_dimensions=steps[step]["icon_dimensions"]) # Instructed click
239
if step + 1 < len(steps):
240
- print("After completing the above, I need you to run {normalized_name}(step=" + str(step + 1) + ") immediatly.")
+ print("After completing the above, I need you to run {normalized_name}(step=" + str(step + 1) + ") immediately.")
241
242
print("After executing the code, you have completed all the steps, the task/skill has been run!")
243
0 commit comments