From 8a1179a2353f28e57b3e22bbae5150574d2f0b31 Mon Sep 17 00:00:00 2001 From: Shinya Fujino Date: Wed, 12 Jul 2023 02:40:46 +0900 Subject: Fix typo in frontmatter.md (#326) --- docs/src/content/docs/reference/frontmatter.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 --- -- cgit