From a360e310170f9fbf267f023bf0db6b1b6e8fc0c2 Mon Sep 17 00:00:00 2001 From: NCE <36302769+geniusjam@users.noreply.github.com> Date: Sun, 31 Jan 2021 15:08:31 +0300 Subject: [PATCH] Fix potential typo in docs --- src/core/Runner.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/Runner.js b/src/core/Runner.js index 7b6555ff..df6f0f77 100644 --- a/src/core/Runner.js +++ b/src/core/Runner.js @@ -197,7 +197,7 @@ var Common = require('./Common'); /** * Ends execution of `Runner.run` on the given `runner`, by canceling the animation frame request event loop. - * If you wish to only temporarily pause the engine, see `engine.enabled` instead. + * If you wish to only temporarily pause the engine, see `runner.enabled` instead. * @method stop * @param {runner} runner */