Skip to content

Commit

Permalink
Fixes Typo in a component
Browse files Browse the repository at this point in the history
partially Fixes #819
  • Loading branch information
camelburrito authored Aug 8, 2018
1 parent 99fb48a commit eaff0b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/related-article/related-article.snip.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
</p>
{{/content-text}}
{{#article-link}}
<a href="{{{url}}}" class="ampstart-rekated-article-readmore block text-decoration-none ampstart-label">{{text}}</a>
<a href="{{{url}}}" class="ampstart-related-article-readmore block text-decoration-none ampstart-label">{{text}}</a>
{{/article-link}}
</article>
</section>
Expand Down

0 comments on commit eaff0b0

Please sign in to comment.