Skip to content

Commit

Permalink
Merge pull request #947 from jletey/patch-1
Browse files Browse the repository at this point in the history
chore: Las -> Last
  • Loading branch information
Kikobeats authored Jun 23, 2020
2 parents 87ef9f0 + 84baed5 commit a498ff5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/templates/page.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ export default ({ isBlogPage, date, meta, content }) => (
{!isBlogPage && date && (
<Blockquote>
<Paraph>
Las Updated: {formatDate(date)} ({<TimeAgo date={date} />})
Last Updated: {formatDate(date)} ({<TimeAgo date={date} />})
</Paraph>
</Blockquote>
)}
Expand Down

0 comments on commit a498ff5

Please sign in to comment.