gleam: capitalisation

This commit is contained in:
Soliprem 2024-12-03 17:59:48 +01:00
commit b78d3abbb7

View file

@ -52,7 +52,7 @@ in {
package = mkOption {
type = either package (listOf str);
default = servers.${cfg.lsp.server}.package;
description = "gleam LSP server package, or the command to run as a list of strings";
description = "Gleam LSP server package, or the command to run as a list of strings";
};
};
};