1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-08 06:53:54 +02:00

fix various typos in docs

(cherry picked from commit a70140b55a)
This commit is contained in:
Jörg Thalheim 2025-05-14 21:13:08 +02:00 committed by John Ericson
parent 47ba78d251
commit 8f5172d026
13 changed files with 20 additions and 20 deletions

View file

@ -27,7 +27,7 @@ This operation deletes the specified generations of the current profile.
>
> Older *and newer* generations will be deleted by this operation.
>
> One might expect this to just delete older generations than the curent one, but that is only true if the current generation is also the latest.
> One might expect this to just delete older generations than the current one, but that is only true if the current generation is also the latest.
> Because one can roll back to a previous generation, it is possible to have generations newer than the current one.
> They will also be deleted.