We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 427a246 commit f41b369Copy full SHA for f41b369
packages/rich-text/src/to-tree.js
@@ -299,7 +299,7 @@ export function toTree( {
299
if ( shouldInsertPadding && i === text.length ) {
300
append( getParent( pointer ), ZWNBSP );
301
302
- // We CANNOT use CSS to add a placehoder with pseude elements on the
+ // We CANNOT use CSS to add a placeholder with pseudo elements on the
303
// main block wrappers because that could clash with theme CSS.
304
if ( placeholder && text.length === 0 ) {
305
append( getParent( pointer ), {
0 commit comments