Merge pull request #267110 from dadada/soft-typos
nixos/soft-serve: fix typos in option descriptions
This commit is contained in:
commit
6c986b681d
@ -12,7 +12,7 @@ in
|
||||
{
|
||||
options = {
|
||||
services.soft-serve = {
|
||||
enable = mkEnableOption "Enable soft-serve service";
|
||||
enable = mkEnableOption "soft-serve";
|
||||
|
||||
package = mkPackageOption pkgs "soft-serve" { };
|
||||
|
||||
@ -20,7 +20,7 @@ in
|
||||
type = format.type;
|
||||
default = { };
|
||||
description = mdDoc ''
|
||||
The contents of the configuration file.
|
||||
The contents of the configuration file for soft-serve.
|
||||
|
||||
See <${docUrl}>.
|
||||
'';
|
||||
|
Loading…
Reference in New Issue
Block a user