From c4294dce3d062ea3330a78421e80718c721356e1 Mon Sep 17 00:00:00 2001 From: Michael Hadley Date: Sat, 9 Jun 2018 11:34:47 -0500 Subject: [PATCH] Typo fix `preperndOnceListener` -> `prependOnceListener` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d7159c6..6ce142d 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ differences: - The `newListener` and `removeListener` events have been removed as they are useful only in some uncommon use-cases. - The `setMaxListeners`, `getMaxListeners`, `prependListener` and - `preperndOnceListener` methods are not available. + `prependOnceListener` methods are not available. - Support for custom context for events so there is no need to use `fn.bind`. - The `removeListener` method removes all matching listeners, not only the first.