Skip to content

Commit

Permalink
fix(theme): typo in attribute name (#1597)
Browse files Browse the repository at this point in the history
  • Loading branch information
brc-dd committed Nov 10, 2022
1 parent 4b656fe commit cc91d55
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -21,7 +21,7 @@ onMounted(() => {
<template>
<p class="VPLastUpdated">
{{ theme.lastUpdatedText ?? 'Last updated' }}:
<time :datatime="isoDatetime">{{ datetime }}</time>
<time :datetime="isoDatetime">{{ datetime }}</time>
</p>
</template>

Expand Down

0 comments on commit cc91d55

Please sign in to comment.