Skip to content

Commit

Permalink
fix: typo in managers.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Wilkenfeld committed Jan 27, 2025
1 parent 7b4bfd0 commit dd68392
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bagels/manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class Manager(Static):

BINDINGS = [
Binding("left", "dec_offset", "Shift back", show=True),
Binding("right", "inc_offset", "Shfit front", show=True),
Binding("right", "inc_offset", "Shift front", show=True),
]

def __init__(self, *args, **kwargs) -> None:
Expand Down

0 comments on commit dd68392

Please sign in to comment.