mirror of
https://github.com/mastermindzh/rickvanlieshout.com
synced 2025-07-27 04:32:32 +02:00
Fixed two typos.
This commit is contained in:
@@ -10,7 +10,7 @@ class TagTemplate extends React.Component {
|
||||
|
||||
return (
|
||||
<div>
|
||||
<Helmet title={`All Posts tagget as "${tag}" - ${title}`} />
|
||||
<Helmet title={`All Posts tagged as "${tag}" - ${title}`} />
|
||||
<Sidebar {...this.props} />
|
||||
<TagTemplateDetails {...this.props} />
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user