8
0
Maciej Gołaszewski 6 жил өмнө
parent
commit
0a061e1976

+ 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'}
 	 * **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.
 	 * command as typing changes coming from user input are inserted to the document using that command.