From 1657acd5d417eac96e44b8d670988872192ddc0a Mon Sep 17 00:00:00 2001
From: snicket2100 <57048005+snicket2100@users.noreply.github.com>
Date: Sat, 11 Jan 2020 20:09:10 +0100
Subject: [PATCH] actkbd: fixed the description of the
`services.actkbd.bindings` option
The description referred to ``,
which is actually called ``.
---
nixos/modules/services/hardware/actkbd.nix | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/nixos/modules/services/hardware/actkbd.nix b/nixos/modules/services/hardware/actkbd.nix
index 4168140b287a..daa407ca1f0e 100644
--- a/nixos/modules/services/hardware/actkbd.nix
+++ b/nixos/modules/services/hardware/actkbd.nix
@@ -83,7 +83,7 @@ in
See actkbdREADME for documentation.
- The example shows a piece of what does when enabled.
+ The example shows a piece of what does when enabled.
'';
};