Skip to content

Commit 0f1659e

Browse files
committed
remove trailing whitespace
1 parent 9f92fcd commit 0f1659e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content_management/rich_text/extend_online_editor.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -472,7 +472,7 @@ function SpecialCharactersNbsp( editor ) {
472472
editor.plugins.get( 'SpecialCharacters' ).addItems( 'Text', [
473473
{ title: 'Non-Breaking Space', character: '\u00a0' }
474474
] );
475-
// add a keyboard shortcut
475+
// add a keyboard shortcut
476476
editor.keystrokes.set( 'Ctrl+space', ( key, stop ) => {
477477
editor.execute( 'input', { text: '\u00a0' } );
478478
stop();

0 commit comments

Comments
 (0)