Unverified Commit 6c986b68 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #267110 from dadada/soft-typos

nixos/soft-serve: fix typos in option descriptions
parents a1606cb4 f192930a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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}>.
        '';