From 8edf1071773244095aacd059ebe5b03098d255e3 Mon Sep 17 00:00:00 2001 From: Matt Audesse Date: Wed, 22 Mar 2017 10:11:23 -0400 Subject: [PATCH] Fix minor grammatical nitpick ("it's" vs. "its") in `README.md`. See: http://data.grammarbook.com/blog/pronouns/1-grammar-error/ --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1eb73b256..3173c6c44 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ Nix, the purely functional package manager ------------------------------------------ -Nix is a new take on package management that is fairly unique. Because of it's +Nix is a new take on package management that is fairly unique. Because of its purity aspects, a lot of issues found in traditional package managers don't appear with Nix.