Skip to content

Commit adbfd7b

Browse files
andreawetzelandreawetzeladutht-hamano
authored
Docs: Fix typo in README.md comment (#72879)
* Fix typo in README.md comment * Update docs/reference-guides/slotfills/README.md Co-authored-by: Aki Hamano <54422211+t-hamano@users.noreply.github.com> --------- Co-authored-by: andreawetzel <awetz583@git.wordpress.org> Co-authored-by: aduth <aduth@git.wordpress.org> Co-authored-by: t-hamano <wildworks@git.wordpress.org>
1 parent 234e7b1 commit adbfd7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference-guides/slotfills/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ const EditPostDocumentSettingPanel = () => {
6161
return postTypeObject?.viewable;
6262
}, [] );
6363

64-
// If the post type is not viewable, then do not render my the fill.
64+
// If the post type is not viewable, then do not render the plugin.
6565
if ( ! isViewable ) {
6666
return null;
6767
}

0 commit comments

Comments
 (0)