diff --git a/api/editor.html b/api/editor.html
index 48df6a68..6ffe4369 100644
--- a/api/editor.html
+++ b/api/editor.html
@@ -564,7 +564,7 @@
-
- - Editor.on("paste", function(String text))
+ - Editor.on("paste", function(Object e))
@@ -577,7 +577,7 @@
Emitted when text is pasted.
-
Arguments
| text | String | Required. The pasted text
+ Arguments| e | Object | Required. An object which contains one property, text, that represents the text to be pasted. Editing this property will alter the text that is pasted.
|
|