diff options
author | kballou <kballou@devnulllabs.io> | 2017-04-19T15·27-0600 |
---|---|---|
committer | kballou <kballou@devnulllabs.io> | 2017-04-19T15·27-0600 |
commit | 00b6c6d0c3047e6e0b2ab6ea8fef9bef94586ce4 (patch) | |
tree | 096294e236e48163048a2d5422b35ce32e6041cd /doc/manual | |
parent | 9cc8047f44b3d333c2c55c140165bfd507f4d41e (diff) |
Fix small grammar issue about page
Fix subject-verb agreement issue in introduction/about.
Diffstat (limited to 'doc/manual')
-rw-r--r-- | doc/manual/introduction/about-nix.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/manual/introduction/about-nix.xml b/doc/manual/introduction/about-nix.xml index 0c58984ac489..e6dfb7a5a565 100644 --- a/doc/manual/introduction/about-nix.xml +++ b/doc/manual/introduction/about-nix.xml @@ -93,7 +93,7 @@ time window in which the package has some files from the old version and some files from the new version — which would be bad because a program might well crash if it’s started during that period.</para> -<para>And since package aren’t overwritten, the old versions are still +<para>And since packages aren’t overwritten, the old versions are still there after an upgrade. This means that you can <emphasis>roll back</emphasis> to the old version:</para> |