Skip to content

Commit 220a014

Browse files
authored
Update docs/Customization/Talon Framework/settings.md
1 parent de0cb5a commit 220a014

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/Customization/Talon Framework/settings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ class Actions:
2828
actions.edit.copy()
2929
actions.app.window_next()
3030
# Sleep to avoid pasting during the window switching process
31-
value = settings.get("user.my_prefix_set_sleep_amount")
31+
value = settings.get("user.my_prefix_sleep_amount")
3232
print(f"The current value of the setting is {value}")
3333
actions.sleep(f"{value}ms")
3434
actions.edit.paste()

0 commit comments

Comments
 (0)