From 18a0cca4076a084c06b12e020dfa0622380d9203 Mon Sep 17 00:00:00 2001 From: John Wu Date: Sun, 29 Dec 2013 10:12:00 +0800 Subject: [PATCH] Documentation typo --- doc/debug_api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/debug_api.md b/doc/debug_api.md index 3c4acefb..cf0e3c13 100644 --- a/doc/debug_api.md +++ b/doc/debug_api.md @@ -2,7 +2,7 @@ Flight ships with a debug module which can help you trace the sequence of event triggering and binding. By default console logging is turned off, but you can -you can log `trigger`, `on` and `off` events by means of the following console + log `trigger`, `on` and `off` events by means of the following console commands: ```js