about summary refs log tree commit diff
path: root/nixos/modules/services/web-servers/nginx/default.nix
diff options
context:
space:
mode:
authorJoe Edmonds <joe-github-com@elem.com>2023-06-06 10:12:38 -0700
committerjoe <joe@elem.com>2023-06-06 21:55:15 -0700
commitf87892b50b335a276bd7275057ae3953980dff3b (patch)
tree7c807f6652094ce8f28f15a9ca79cba056d893df /nixos/modules/services/web-servers/nginx/default.nix
parent6b078d2f5a2d6d4936fa1fa75786fec0a6137e8e (diff)
downloadnixlib-f87892b50b335a276bd7275057ae3953980dff3b.tar
nixlib-f87892b50b335a276bd7275057ae3953980dff3b.tar.gz
nixlib-f87892b50b335a276bd7275057ae3953980dff3b.tar.bz2
nixlib-f87892b50b335a276bd7275057ae3953980dff3b.tar.lz
nixlib-f87892b50b335a276bd7275057ae3953980dff3b.tar.xz
nixlib-f87892b50b335a276bd7275057ae3953980dff3b.tar.zst
nixlib-f87892b50b335a276bd7275057ae3953980dff3b.zip
nixos/modules/web-servers/nginx/default.nix: fix minor typo
Diffstat (limited to 'nixos/modules/services/web-servers/nginx/default.nix')
-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).
         '';