Skip to content

Commit f41b369

Browse files
committed
Fix typos
1 parent 427a246 commit f41b369

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 placeholder 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)