diff --git a/content/Configuring/Basics/Binds.md b/content/Configuring/Basics/Binds.md index a75d1e00..4f3d0b0f 100644 --- a/content/Configuring/Basics/Binds.md +++ b/content/Configuring/Basics/Binds.md @@ -124,7 +124,7 @@ activating mod) and the `r` flag, e.g.: ```lua -- bind `exec amongus` to SUPER + ALT. -hl.bind("ALT + ALT_L" hl.dsp.exec_cmd("amongus"), { release = true }) +hl.bind("ALT + ALT_L", hl.dsp.exec_cmd("amongus"), { release = true }) ``` ### Mouse wheel