Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
spyoungtech committed Jul 8, 2023
1 parent 660a6a5 commit dc3b4bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ ahk.add_hotstring('btw', my_callback) # call python function in response to the
You can also remove hotstrings:

```python
ahk.remove_hotstring('btw') # remove hotkey by the trigger sequence
ahk.remove_hotstring('btw') # remove a hotstring by its trigger sequence
ahk.clear_hotstrings() # remove all registered hotstrings
```

Expand Down

0 comments on commit dc3b4bd

Please sign in to comment.