diff options
author | Derek Mahar | 2023-09-08 03:34:30 -0400 |
---|---|---|
committer | GitHub | 2023-09-08 09:34:30 +0200 |
commit | d0cfc042eba92eb206611c9e8784d41a2c053bab (patch) | |
tree | fbe39e8d312987a9f671e9d77006c0e4fde940af /README.md | |
parent | 724463b5a94daa810abfc64a4f87faef4e00f984 (diff) |
Update README.md (#227)
Replace "eachother" with "each other".
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |