소스 검색

Fixed code snippet.

Maciej Bukowski 5 년 전
부모
커밋
13b3aca925
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      docs/framework/guides/deep-dive/localization.md

+ 1 - 1
docs/framework/guides/deep-dive/localization.md

@@ -90,7 +90,7 @@ editor.ui.componentFactory.add( 'smilingFaceEmoji', locale => {
 	const { t } = editor.locale;
 
 	// The localized label.
-	const label = t( 'insert smiling face emoji' );
+	const label = t( 'Insert smiling face emoji' );
 
 	buttonView.set( {
 		label,