From 6da8229c34f2abef1712460f92ac4985b11b8fc6 Mon Sep 17 00:00:00 2001 From: Max Franz Date: Fri, 17 Nov 2017 15:24:34 -0500 Subject: [PATCH] Example for event namespace in the docs is reversed #2023 --- documentation/md/events.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/md/events.md b/documentation/md/events.md index a65f968b7..f8b74b94f 100644 --- a/documentation/md/events.md +++ b/documentation/md/events.md @@ -7,7 +7,7 @@ Fields: * `cy` : a reference to the corresponding core instance * `target` : indicates the element or core that first caused the event * `type` : the event type string (e.g. `"tap"`) - * `namespace` : the event namespace string (e.g. `"foo"` for `"foo.tap"`) + * `namespace` : the event namespace string (e.g. `"foo"` for `"tap.foo"`) * `timeStamp` : Unix epoch time of event in milliseconds Fields for only user input device events: