mirror of
https://github.com/NotAShelf/nvf.git
synced 2026-04-26 11:29:54 +00:00
Fix typo in error message for qmk layout
This commit is contained in:
parent
e63dc282c1
commit
89fb633f0a
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue