diff --git a/src/zc/buildout/easy_install.txt b/src/zc/buildout/easy_install.txt
index 812674db059da7a4fde5c0bd3b5c68ba5d3f23fd..8ebff2ec66700330cf87e7087cc344a714a6492f 100644
--- a/src/zc/buildout/easy_install.txt
+++ b/src/zc/buildout/easy_install.txt
@@ -78,7 +78,7 @@ We have a link server that has a number of eggs:
     <a href="other-1.0-py2.4.egg">other-1.0-py2.4.egg</a><br>
     </body></html>
 
-let's make directory and install the demo egg to it, using the demo:
+Let's make a directory and install the demo egg to it, using the demo:
 
     >>> dest = mkdtemp('sample-install')
     >>> import zc.buildout.easy_install