From 0ae08c52f6d7096815f048ca668b5789f067758b Mon Sep 17 00:00:00 2001
From: Adam Niederer <AdamNiederer@users.noreply.github.com>
Date: Sun, 26 Mar 2017 22:51:28 -0400
Subject: [PATCH] Fix spelling & grammar in README.md

---
 README.md | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md
index e9c8a98d..fae2b834 100644
--- a/README.md
+++ b/README.md
@@ -26,7 +26,7 @@ careful comments for anything non-trivial.
 
 ## Guidelines
 
-### A rotten house is built on a rotten fundament.
+### A rotten house is built on a rotten foundation.
 
 Don't fool yourself. You are likely not getting back to the ugly code. Write it
 the right way **first time**, and make sure you only move on when it's
@@ -45,7 +45,7 @@ Every public item should contain API documentation.
 Abusing debug assertions is a wonderful way to catch bugs, and it is very much
 encouraged.
 
-### Statical checking
+### Static checking
 
 Rust provides a lot of type-system features which can be used to create
 wonderful safe abstractions, and you should use them whenever you get the chance.
@@ -65,5 +65,5 @@ and be careful.
 ### Commits
 
 Use descriptive commits. One way to force yourself to do that is to not pass the
-`-m` flag, which will make your editor pop up, so that you can conviniently
-write long commit messages.
+`-m` flag, which will make your editor pop up, so you can conveniently write long
+commit messages.
-- 
GitLab