Skip to content

Commit 71708c1

Browse files
committed
Fix typo
1 parent 427a246 commit 71708c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/rich-text/src/to-tree.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ export function toTree( {
299299
if ( shouldInsertPadding && i === text.length ) {
300300
append( getParent( pointer ), ZWNBSP );
301301

302-
// We CANNOT use CSS to add a placehoder with pseude elements on the
302+
// We CANNOT use CSS to add a placehoder with pseudo elements on the
303303
// main block wrappers because that could clash with theme CSS.
304304
if ( placeholder && text.length === 0 ) {
305305
append( getParent( pointer ), {

0 commit comments

Comments
 (0)