From d198a2902b44486e9fcc32bc98306337dd2176b4 Mon Sep 17 00:00:00 2001 From: Max Bassett Date: Tue, 9 Aug 2016 11:56:57 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ec937c0..489235d 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,7 @@ state, you can use the following function: } }, function() { - console.log('Failed check the device's idle state.'); + console.log('Failed to check the device's idle state.'); }); Note that in all the above examples, all callbacks are optional.