about summary refs log tree commit diff
path: root/doc/stdenv/meta.chapter.md
diff options
context:
space:
mode:
authorAndrew <Andrew@Kvalhe.im>2023-06-10 17:15:43 -0700
committerGitHub <noreply@github.com>2023-06-11 02:15:43 +0200
commit1b6f6406878da49a667a774d842f7e3aa6a84768 (patch)
treea9dc681d322fd5bcd2bdc46096de8c37b1d3dc4d /doc/stdenv/meta.chapter.md
parent30a6ecff17bc023b5f894d3a11866495e6d8c17a (diff)
doc: correct typos and spelling (#237098)
Diffstat (limited to 'doc/stdenv/meta.chapter.md')
-rw-r--r--doc/stdenv/meta.chapter.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/stdenv/meta.chapter.md b/doc/stdenv/meta.chapter.md
index a21dfd0821af5..0cb2d6573dfc5 100644
--- a/doc/stdenv/meta.chapter.md
+++ b/doc/stdenv/meta.chapter.md
@@ -70,7 +70,7 @@ A list of the maintainers of this Nix expression. Maintainers are defined in [`n
 
 ### `mainProgram` {#var-meta-mainProgram}
 
-The name of the main binary for the package. This effects the binary `nix run` executes and falls back to the name of the package. Example: `"rg"`
+The name of the main binary for the package. This affects the binary `nix run` executes and falls back to the name of the package. Example: `"rg"`
 
 ### `priority` {#var-meta-priority}