From 3f4c23ceb45333e64c9bf4da9a470de4dc51483e Mon Sep 17 00:00:00 2001 From: Polaris <37720445+PolarisWasInDenial@users.noreply.github.com> Date: Thu, 18 Jul 2024 03:53:57 -0500 Subject: [PATCH] Update default-theme-last-updated.md --- docs/en/reference/default-theme-last-updated.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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.