Skip to content

Commit

Permalink
fix: updated language
Browse files Browse the repository at this point in the history
  • Loading branch information
Cayla Hamann committed Jul 9, 2020
1 parent 6b6594e commit bdbd9a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/templates/GuideTemplate.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const GuideTemplate = ({ data }) => {
</div>
<MDXContainer>{body}</MDXContainer>
<div className={styles.lastUpdated}>
{`Last updated on ${parent.modifiedTime}`}
{`Page last modified on ${parent.modifiedTime}`}
</div>
</Layout>
);
Expand Down

0 comments on commit bdbd9a9

Please sign in to comment.