about summary refs log tree commit diff
path: root/nixos/modules/services/web-apps/hedgedoc.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/services/web-apps/hedgedoc.nix')
-rw-r--r--nixos/modules/services/web-apps/hedgedoc.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/nixos/modules/services/web-apps/hedgedoc.nix b/nixos/modules/services/web-apps/hedgedoc.nix
index 348192ea8486..691e0dec3bc2 100644
--- a/nixos/modules/services/web-apps/hedgedoc.nix
+++ b/nixos/modules/services/web-apps/hedgedoc.nix
@@ -190,7 +190,7 @@ in
         type = types.bool;
         default = false;
         description = ''
-          Whether to allow guests to edit existing notes with the `freely' permission,
+          Whether to allow guests to edit existing notes with the <literal>freely</literal> permission,
           when <option>allowAnonymous</option> is enabled.
         '';
       };
@@ -954,8 +954,8 @@ in
                 type = types.str;
                 default = "";
                 description = ''
-                  Attribute map for `email'.
-                  Defaults to `NameID' of SAML response if
+                  Attribute map for <literal>email</literal>.
+                  Defaults to <literal>NameID</literal> of SAML response if
                   <option>identifierFormat</option> has
                   the default value.
                 '';