Explorar o código

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

Co-Authored-By: oleq <a.nowodzinski@cksource.com>
Piotrek Koszuliński %!s(int64=7) %!d(string=hai) anos
pai
achega
2e09c2cccc
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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