summary refs log tree commit diff
path: root/doc/introduction.chapter.md
diff options
context:
space:
mode:
authorJan Path <jan@jpath.de>2018-07-08 23:46:34 +0200
committerxeji <36407913+xeji@users.noreply.github.com>2018-07-08 23:46:34 +0200
commit1d3a41a71a8cd916ed479dcd1c8ffcf81d903d3e (patch)
tree6b3988b10327ae03948b8857eab0643e1bce70c7 /doc/introduction.chapter.md
parent033f5d38b8fd30da727a15dff72f72eccc2495c7 (diff)
downloadnixpkgs-1d3a41a71a8cd916ed479dcd1c8ffcf81d903d3e.tar
nixpkgs-1d3a41a71a8cd916ed479dcd1c8ffcf81d903d3e.tar.gz
nixpkgs-1d3a41a71a8cd916ed479dcd1c8ffcf81d903d3e.tar.bz2
nixpkgs-1d3a41a71a8cd916ed479dcd1c8ffcf81d903d3e.tar.lz
nixpkgs-1d3a41a71a8cd916ed479dcd1c8ffcf81d903d3e.tar.xz
nixpkgs-1d3a41a71a8cd916ed479dcd1c8ffcf81d903d3e.tar.zst
nixpkgs-1d3a41a71a8cd916ed479dcd1c8ffcf81d903d3e.zip
Fix invalid sentence in doc (#43228)
Diffstat (limited to 'doc/introduction.chapter.md')
-rw-r--r--doc/introduction.chapter.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/introduction.chapter.md b/doc/introduction.chapter.md
index 8b03221c64b..6abdc2714e2 100644
--- a/doc/introduction.chapter.md
+++ b/doc/introduction.chapter.md
@@ -30,7 +30,7 @@ Packages, including the Nix packages collection, are distributed through
 distributed for users of Nix on non-NixOS distributions through the channel
 `nixpkgs`. Users of NixOS generally use one of the `nixos-*` channels, e.g.
 `nixos-16.03`, which includes all packages and modules for the stable NixOS
-16.03. The purpose of stable NixOS releases are generally only given
+16.03. Stable NixOS releases are generally only given
 security updates. More up to date packages and modules are available via the
 `nixos-unstable` channel.