diff options
author | Shinya Fujino | 2023-07-12 02:40:46 +0900 |
---|---|---|
committer | GitHub | 2023-07-11 19:40:46 +0200 |
commit | 8a1179a2353f28e57b3e22bbae5150574d2f0b31 (patch) | |
tree | 4be57e96b3cf5729d1a115c8b2cf3ceab2f73a10 | |
parent | af35437ddf5b48aeddbfe72fc0d7360df46a671e (diff) | |
download | IT.starlight-8a1179a2353f28e57b3e22bbae5150574d2f0b31.tar.gz IT.starlight-8a1179a2353f28e57b3e22bbae5150574d2f0b31.tar.bz2 IT.starlight-8a1179a2353f28e57b3e22bbae5150574d2f0b31.zip |
Fix typo in frontmatter.md (#326)
-rw-r--r-- | docs/src/content/docs/reference/frontmatter.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/src/content/docs/reference/frontmatter.md b/docs/src/content/docs/reference/frontmatter.md index ede73997..1a54640a 100644 --- a/docs/src/content/docs/reference/frontmatter.md +++ b/docs/src/content/docs/reference/frontmatter.md @@ -151,7 +151,7 @@ lastUpdated: 2022-08-09 **type:** `boolean | string | { link?: string; label?: string }` -Overrides the [global `pagination` option](/reference/configuration/#pagination). If a string is specified, the generated link text will be replaced and if an object is specified, both the link and the text will can be overridden. +Overrides the [global `pagination` option](/reference/configuration/#pagination). If a string is specified, the generated link text will be replaced and if an object is specified, both the link and the text will be overridden. ```md --- |