diff --git a/doc/gf-index.html b/doc/gf-index.html
index d4a406f4d..3ac247222 100644
--- a/doc/gf-index.html
+++ b/doc/gf-index.html
@@ -196,7 +196,7 @@ on editing in the Java interface.
- New Grammarian's Tutorial,
+ New Grammarian's Tutorial,
based on the module system (unfinished).
More up-to-date but ess detailed than the next one.
diff --git a/doc/tutorial/gf-tutorial2.html b/doc/tutorial/gf-tutorial2.html
index 1ef8a7f44..50bf2edef 100644
--- a/doc/tutorial/gf-tutorial2.html
+++ b/doc/tutorial/gf-tutorial2.html
@@ -1020,7 +1020,7 @@ The paradigms regNoun does not give the correct forms for
all nouns. For instance, louse - lice and
fish - fish must be given by using mkNoun.
Also the word boy would be inflected incorrectly; to prevent
-this, either use mkNoun or modify
+this, either use mkNoun or modify
regNoun so that the "y" case does not
apply if the second-last character is a vowel.