8
0
Maciej Gołaszewski 6 лет назад
Родитель
Сommit
0a061e1976
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      packages/ckeditor5-typing/src/input.js

+ 1 - 1
packages/ckeditor5-typing/src/input.js

@@ -42,7 +42,7 @@ export default class Input extends Plugin {
 	}
 
 	/**
-	 * Checks batch if is a result of user input - ie typing.
+	 * Checks batch if it is a result of user input - e.g. typing.
 	 *
 	 * **Note:** This method checks if the batch was created using {@link module:typing/inputcommand~InputCommand 'input'}
 	 * command as typing changes coming from user input are inserted to the document using that command.