diff --git a/API.md b/API.md index f1280eb4..322f47e1 100644 --- a/API.md +++ b/API.md @@ -21,7 +21,7 @@ You can get it's pointer by `client.socket(namespace)`. #### Event Emitter `void emit(std::string const& name, message::list const& msglist, std::function const& ack)` -Universal event emition interface, by applying implicit conversion magic, it is backward compatible with all previous `emit` interfaces. +Universal event emission interface, by applying implicit conversion magic, it is backward compatible with all previous `emit` interfaces. #### Event Bindings `void on(std::string const& event_name,event_listener const& func)`