diff --git a/_includes/syllabus.html b/_includes/syllabus.html
index 86b69c3..95ec2e1 100644
--- a/_includes/syllabus.html
+++ b/_includes/syllabus.html
@@ -18,7 +18,7 @@ <h2 id="schedule">Schedule</h2>
     {% if multiday %}<td class="col-md-1"></td>{% endif %}
     <td class="{% if multiday %}col-md-1{% else %}col-md-2{% endif %}"></td>
     <td class="col-md-3"><a href="{{ page.root }}/setup">Setup</a></td>
-    <td class="col-md-7">Dowload files used on the lesson.</td>
+    <td class="col-md-7">Download files required for the lesson</td>
   </tr>
   {% for episode in site.episodes %}
     {% if episode.start %} {% comment %} Starting a new day? {% endcomment %}