about summary refs log tree commit diff
path: root/README.md
diff options
context:
space:
mode:
authorMatt Audesse <matt@mattaudesse.com>2017-03-22T14·11-0400
committerMatt Audesse <matt@mattaudesse.com>2017-03-22T14·11-0400
commit8edf1071773244095aacd059ebe5b03098d255e3 (patch)
treec704216017e8ea6cff4c15dcf008426b20085351 /README.md
parent0a7ca24c26d57d532df614bdfe78b8b5c228e90d (diff)
Fix minor grammatical nitpick ("it's" vs. "its") in `README.md`.
See: http://data.grammarbook.com/blog/pronouns/1-grammar-error/
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 1eb73b256f..3173c6c448 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.