diff --git a/docs/en/reference/default-theme-last-updated.md b/docs/en/reference/default-theme-last-updated.md index 00fed72a..00018248 100644 --- a/docs/en/reference/default-theme-last-updated.md +++ b/docs/en/reference/default-theme-last-updated.md @@ -1,6 +1,6 @@ # Last Updated -The update time of the last content will be displayed in the lower right corner of the page. To enable it, add `lastUpdated` options to your config. +The update time of the last content will be displayed in the lower right-hand corner of the page. To enable it, add `lastUpdated` options to your config. ::: tip You need to commit the markdown file to see the updated time. @@ -16,7 +16,7 @@ export default { ## Frontmatter Config -This can be disabled per-page using the `lastUpdated` option on frontmatter: +This can be disabled on a per-page basis by using the `lastUpdated` option on frontmatter: ```yaml --- @@ -24,4 +24,4 @@ lastUpdated: false --- ``` -Also refer [Default Theme: Last Updated](./default-theme-config#lastupdated) for more details. Any truthy value at theme-level will also enable the feature unless explicitly disabled at site or page level. +Also refer to [Default Theme: Last Updated](./default-theme-config#lastupdated) for more details. Any truthy value at the theme level will also enable the feature unless explicitly disabled at the site or page level.