From c953936798f981173d497c08c84db06fb751e94c Mon Sep 17 00:00:00 2001 From: markuzSchmidt Date: Wed, 17 May 2017 22:00:55 +0200 Subject: [PATCH] Update README.md --- modules/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/README.md b/modules/README.md index 03664b15..74f63569 100644 --- a/modules/README.md +++ b/modules/README.md @@ -257,7 +257,7 @@ socketNotificationReceived: function(notification, payload) { When a module is hidden (using the `module.hide()` method), the `suspend()` method will be called. By subclassing this method you can perform tasks like halting the update timers. ####`resume()` -When a module will be shown after it was previously hidden (using the `module.show()` method), the `resume()` method will be called. By subclassing this method you can perform tasks restarting the update timers. +When a module is requested to be shown (using the `module.show()` method), the `resume()` method will be called. By subclassing this method you can perform tasks restarting the update timers. ### Module instance methods