From 037731986f3dcb7388fc6f5e8f7bcfcc4a82bf1d Mon Sep 17 00:00:00 2001 From: qoup <95649328+qoup@users.noreply.github.com> Date: Mon, 27 Apr 2026 14:47:53 +0200 Subject: [PATCH] fix: Another Comma missing --- content/Configuring/Basics/Binds.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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