Update README.md (#227)

Replace "eachother" with "each other".
This commit is contained in:
Derek Mahar 2023-09-08 03:34:30 -04:00 committed by GitHub
parent 724463b5a9
commit d0cfc042eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -44,7 +44,7 @@ There is also an `activate` binary though this should be ignored, it is only use
### Multi-profile
This type of design (as opposed to more traditional tools like NixOps or morph) allows for lesser-privileged deployments, and the ability to update different things independently of eachother. You can deploy any type of profile to any user, not just a NixOS profile to `root`.
This type of design (as opposed to more traditional tools like NixOps or morph) allows for lesser-privileged deployments, and the ability to update different things independently of each other. You can deploy any type of profile to any user, not just a NixOS profile to `root`.
### Magic Rollback