Fix typo in error message for qmk layout

This commit is contained in:
Oliver Davies 2026-04-24 00:36:01 +01:00 committed by GitHub
commit 89fb633f0a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -21,7 +21,7 @@ in {
assertions = [ assertions = [
{ {
assertion = cfg.setupOpts.variant == "qmk" && cfg.setupOpts.comment_preview.position != "inside"; assertion = cfg.setupOpts.variant == "qmk" && cfg.setupOpts.comment_preview.position != "inside";
message = "comment_preview.position can only be set to inside when using the qmk layoyt"; message = "comment_preview.position can only be set to inside when using the qmk layout";
} }
{ {
assertion = cfg.setupOpts.name != null; assertion = cfg.setupOpts.name != null;