From a056a80f95070aeb46b7c43cf37a522326417da9 Mon Sep 17 00:00:00 2001 From: Tetsuaki Hamano Date: Sat, 16 Dec 2023 12:08:59 +0900 Subject: [PATCH] Add missing period in block descriptions. Co-authored-by: Jb Audras --- docs/reference-guides/core-blocks.md | 4 ++-- packages/block-library/src/comments-title/block.json | 2 +- .../block-library/src/query-pagination-numbers/block.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/reference-guides/core-blocks.md b/docs/reference-guides/core-blocks.md index c68bb419467f3..2ba78177e9ec6 100644 --- a/docs/reference-guides/core-blocks.md +++ b/docs/reference-guides/core-blocks.md @@ -225,7 +225,7 @@ Displays the previous comment's page link. ([Source](https://github.com/WordPres ## Comments Title -Displays a title with the number of comments ([Source](https://github.com/WordPress/gutenberg/tree/trunk/packages/block-library/src/comments-title)) +Displays a title with the number of comments. ([Source](https://github.com/WordPress/gutenberg/tree/trunk/packages/block-library/src/comments-title)) - **Name:** core/comments-title - **Category:** theme @@ -738,7 +738,7 @@ Displays the next posts page link. ([Source](https://github.com/WordPress/gutenb ## Page Numbers -Displays a list of page numbers for pagination ([Source](https://github.com/WordPress/gutenberg/tree/trunk/packages/block-library/src/query-pagination-numbers)) +Displays a list of page numbers for pagination. ([Source](https://github.com/WordPress/gutenberg/tree/trunk/packages/block-library/src/query-pagination-numbers)) - **Name:** core/query-pagination-numbers - **Category:** theme diff --git a/packages/block-library/src/comments-title/block.json b/packages/block-library/src/comments-title/block.json index 12b105afe9a31..4107f5d590cde 100644 --- a/packages/block-library/src/comments-title/block.json +++ b/packages/block-library/src/comments-title/block.json @@ -5,7 +5,7 @@ "title": "Comments Title", "category": "theme", "ancestor": [ "core/comments" ], - "description": "Displays a title with the number of comments", + "description": "Displays a title with the number of comments.", "textdomain": "default", "usesContext": [ "postId", "postType" ], "attributes": { diff --git a/packages/block-library/src/query-pagination-numbers/block.json b/packages/block-library/src/query-pagination-numbers/block.json index f05e269d2ece2..f22d88115d68c 100644 --- a/packages/block-library/src/query-pagination-numbers/block.json +++ b/packages/block-library/src/query-pagination-numbers/block.json @@ -5,7 +5,7 @@ "title": "Page Numbers", "category": "theme", "parent": [ "core/query-pagination" ], - "description": "Displays a list of page numbers for pagination", + "description": "Displays a list of page numbers for pagination.", "textdomain": "default", "attributes": { "midSize": {