From 9cbbe1db82f350ee437074ffa7ee4b3edfd50821 Mon Sep 17 00:00:00 2001 From: Jorge Costa Date: Tue, 17 Dec 2024 18:13:46 +0000 Subject: [PATCH 1/2] Docs: Fix some typos on reference-guide data-core-block-editor.md. --- docs/reference-guides/data/data-core-block-editor.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/reference-guides/data/data-core-block-editor.md b/docs/reference-guides/data/data-core-block-editor.md index 437f7be20f770..9c937dcb93cbb 100644 --- a/docs/reference-guides/data/data-core-block-editor.md +++ b/docs/reference-guides/data/data-core-block-editor.md @@ -448,7 +448,7 @@ Determines the items that appear in the available block transforms list. Each item object contains what's necessary to display a menu item in the transform list and handle its selection. -The 'frecency' property is a heuristic () that combines block usage frequenty and recency. +The 'frecency' property is a heuristic () that combines block usage frequency and recency. Items are returned ordered descendingly by their 'frecency'. @@ -521,7 +521,7 @@ _Properties_ - _name_ `string`: The type of block. - _attributes_ `?Object`: Attributes to pass to the newly created block. -- _attributesToCopy_ `?Array`: Attributes to be copied from adjecent blocks when inserted. +- _attributesToCopy_ `?Array`: Attributes to be copied from adjacent blocks when inserted. ### getDraggedBlockClientIds @@ -580,7 +580,7 @@ Determines the items that appear in the inserter. Includes both static items (e. Each item object contains what's necessary to display a button in the inserter and handle its selection. -The 'frecency' property is a heuristic () that combines block usage frequenty and recency. +The 'frecency' property is a heuristic () that combines block usage frequency and recency. Items are returned ordered descendingly by their 'utility' and 'frecency'. From be2238f0decc55d9fa53f001f3fb6cb780c540a1 Mon Sep 17 00:00:00 2001 From: Jorge Costa Date: Tue, 17 Dec 2024 18:32:52 +0000 Subject: [PATCH 2/2] Revert "Docs: Fix some typos on reference-guide data-core-block-editor.md." This reverts commit 9cbbe1db82f350ee437074ffa7ee4b3edfd50821. --- docs/reference-guides/data/data-core-block-editor.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/reference-guides/data/data-core-block-editor.md b/docs/reference-guides/data/data-core-block-editor.md index 9c937dcb93cbb..437f7be20f770 100644 --- a/docs/reference-guides/data/data-core-block-editor.md +++ b/docs/reference-guides/data/data-core-block-editor.md @@ -448,7 +448,7 @@ Determines the items that appear in the available block transforms list. Each item object contains what's necessary to display a menu item in the transform list and handle its selection. -The 'frecency' property is a heuristic () that combines block usage frequency and recency. +The 'frecency' property is a heuristic () that combines block usage frequenty and recency. Items are returned ordered descendingly by their 'frecency'. @@ -521,7 +521,7 @@ _Properties_ - _name_ `string`: The type of block. - _attributes_ `?Object`: Attributes to pass to the newly created block. -- _attributesToCopy_ `?Array`: Attributes to be copied from adjacent blocks when inserted. +- _attributesToCopy_ `?Array`: Attributes to be copied from adjecent blocks when inserted. ### getDraggedBlockClientIds @@ -580,7 +580,7 @@ Determines the items that appear in the inserter. Includes both static items (e. Each item object contains what's necessary to display a button in the inserter and handle its selection. -The 'frecency' property is a heuristic () that combines block usage frequency and recency. +The 'frecency' property is a heuristic () that combines block usage frequenty and recency. Items are returned ordered descendingly by their 'utility' and 'frecency'.