summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.gitignore3
-rwxr-xr-xREADME.md4
2 files changed, 4 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore
index 91afab0..49f02e4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,6 @@
.DS_Store
-public/
+public
+site/
bleed/
obsolete/
test/
diff --git a/README.md b/README.md
index 1173910..6299dd2 100755
--- a/README.md
+++ b/README.md
@@ -2981,9 +2981,9 @@ All contributions are very welcome but please make sure you:
- no tailing _semicolons_
- use one line _comments_ to describe any additions
- look around and you'll know what to do
-- write at least on spec example per implementation or modification
+- write at least one spec example per implementation or modification
-Before tunning the specs you will need to build the library.
+Before running the specs you will need to build the library.
Be aware that pull requests without specs will be declined.