From d0cfc042eba92eb206611c9e8784d41a2c053bab Mon Sep 17 00:00:00 2001 From: Derek Mahar Date: Fri, 8 Sep 2023 03:34:30 -0400 Subject: [PATCH] Update README.md (#227) Replace "eachother" with "each other". --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index af11f787..aff46f97 100644 --- a/README.md +++ b/README.md @@ -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