Fix grammar

This commit is contained in:
alberto
2019-10-27 22:34:54 +01:00
committed by GitHub
parent 8d0fdc8731
commit fe2ac04b85
+1 -1
View File
@@ -437,7 +437,7 @@ declare module 'xterm' {
onData: IEvent<string>;
/**
* Adds an event listener for a key is pressed. The event value contains the
* Adds an event listener for when a key is pressed. The event value contains the
* string that will be sent in the data event as well as the DOM event that
* triggered it.
* @returns an `IDisposable` to stop listening.