diff --git a/chapter-3.md b/chapter-3.md index 704bc2ce..5d9d64ca 100644 --- a/chapter-3.md +++ b/chapter-3.md @@ -71,7 +71,7 @@ To make this happen, Pattern Lab uses the *include* feature of [Mustache](https:
 
-{% raw %}{{> atom-thumbnail }}{% endraw %}
+{% raw %}{{> atoms-thumbnail }}{% endraw %}
 
 
@@ -98,7 +98,7 @@ This pattern should look fairly familiar. A thumbnail image, headline, and excer ````````handlebars
- {% raw %}{{> atoms-thumb }}{% endraw %} + {% raw %}{{> atoms-thumbnail }}{% endraw %}

{% raw %}{{ headline }}{% endraw %}

{% raw %}{{ excerpt }}{% endraw %}