some people are dumb and + imo this looks cleaner

This commit is contained in:
Samidy 2026-03-12 07:32:07 +03:00
parent 666f48a841
commit 301743420a

View file

@ -205,7 +205,7 @@ Follow our [commit message guidelines](#commit-message-guidelines).
```bash
git add .
git commit -m "feat(player): add keyboard shortcut for loop toggle"
git commit -m "feat(player): add keyboard shortcut for loop toggle" # example commit message
```
### 5. Push and Create a Pull Request