about summary refs log tree commit diff
path: root/nixos/modules
diff options
context:
space:
mode:
authorMichele Guerini Rocco <rnhmjoj@users.noreply.github.com>2023-06-07 09:05:22 +0200
committerGitHub <noreply@github.com>2023-06-07 09:05:22 +0200
commit996dd1c645045ccc40d3cfd77e4d54b948f2e36c (patch)
treec778ff26ce49f4918755d3c0ae51a68a44305aca /nixos/modules
parentfe2fb24a00ec510d29ccd4e36af72a0c55d81ec0 (diff)
parentf87892b50b335a276bd7275057ae3953980dff3b (diff)
downloadnixlib-996dd1c645045ccc40d3cfd77e4d54b948f2e36c.tar
nixlib-996dd1c645045ccc40d3cfd77e4d54b948f2e36c.tar.gz
nixlib-996dd1c645045ccc40d3cfd77e4d54b948f2e36c.tar.bz2
nixlib-996dd1c645045ccc40d3cfd77e4d54b948f2e36c.tar.lz
nixlib-996dd1c645045ccc40d3cfd77e4d54b948f2e36c.tar.xz
nixlib-996dd1c645045ccc40d3cfd77e4d54b948f2e36c.tar.zst
nixlib-996dd1c645045ccc40d3cfd77e4d54b948f2e36c.zip
Merge pull request #236311 from joee/patch-4
nixos/modules/web-servers/nginx/default.nix: fix minor typo
Diffstat (limited to 'nixos/modules')
-rw-r--r--nixos/modules/services/web-servers/nginx/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/web-servers/nginx/default.nix b/nixos/modules/services/web-servers/nginx/default.nix
index 12ccba164738..e87159ba99c7 100644
--- a/nixos/modules/services/web-servers/nginx/default.nix
+++ b/nixos/modules/services/web-servers/nginx/default.nix
@@ -713,7 +713,7 @@ in
           Configuration lines appended to the generated Nginx
           configuration file. Commonly used by different modules
           providing http snippets. {option}`appendConfig`
-          can be specified more than once and it's value will be
+          can be specified more than once and its value will be
           concatenated (contrary to {option}`config` which
           can be set only once).
         '';