From e8c6787ec20adc975dd6cd292a731d01206afe92 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Lorber?= Date: Mon, 9 Sep 2024 17:05:45 +0200 Subject: [PATCH] docs: fix v3.5 blog post typo - `onUntruncatedBlogPosts` (#10484) --- website/blog/releases/3.5/index.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/blog/releases/3.5/index.mdx b/website/blog/releases/3.5/index.mdx index 8f1a4a3ace7a..13b07cc79d24 100644 --- a/website/blog/releases/3.5/index.mdx +++ b/website/blog/releases/3.5/index.mdx @@ -113,11 +113,11 @@ We believe large multi-blogs are easier to manage by using [global authors](/doc In [#10224](https://github.com/facebook/docusaurus/pull/10224), we added the `onInlineAuthors` option. Use `onInlineAuthors: 'throw'` to forbid [inline authors](/docs/blog#inline-authors), and enforce a consistent usage of [global authors](/docs/blog#global-authors). -#### `onUntruncatedBlogPost` +#### `onUntruncatedBlogPosts` We believe blog posts are better using [truncation markers](/docs/blog#blog-list) (`` or `{/* truncate */}`). On paginated lists (blog home, tags pages, authors pages), this permits to render a more concise preview of the blog post instead of a full blog post. -In [#10375](https://github.com/facebook/docusaurus/pull/10375), we added the `onUntruncatedBlogPost` option. Use `onUntruncatedBlogPost: 'throw'` to enforce a consistent usage of [truncation markers](/docs/blog#blog-list). +In [#10375](https://github.com/facebook/docusaurus/pull/10375), we added the `onUntruncatedBlogPosts` option. Use `onUntruncatedBlogPosts: 'throw'` to enforce a consistent usage of [truncation markers](/docs/blog#blog-list). ## Translations