8
0
Просмотр исходного кода

Docs: Fixed a typo in the `LabeledInputView` docs.

Co-Authored-By: oleq <a.nowodzinski@cksource.com>
Piotrek Koszuliński 7 лет назад
Родитель
Сommit
2e09c2cccc
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      packages/ckeditor5-ui/src/labeledinput/labeledinputview.js

+ 1 - 1
packages/ckeditor5-ui/src/labeledinput/labeledinputview.js

@@ -79,7 +79,7 @@ export default class LabeledInputView extends View {
 		 * Set it to `null` to hide the message.
 		 *
 		 * **Note:** This text will be displayed in the same place as {@link #errorText} but the
-		 * later always takes precedence: if the {@link #errorText} is set, it replaces
+		 * latter always takes precedence: if the {@link #errorText} is set, it replaces
 		 * {@link #errorText} for as long as the value of the input is invalid.
 		 *
 		 * @observable