summaryrefslogtreecommitdiffstats
path: root/platform/web
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2024-02-07 11:09:28 +0100
committerRémi Verschelde <rverschelde@gmail.com>2024-02-07 11:09:34 +0100
commit7223c5b54a7958fe8f8176bafe5ea415f0c514a6 (patch)
tree356bb60754ce9a90d84805581489a896b7e8f939 /platform/web
parent08eaeff6402b92d3df4268321ee1ceea8f2bfd5a (diff)
downloadredot-engine-7223c5b54a7958fe8f8176bafe5ea415f0c514a6.tar.gz
Fix various typos with codespell
Using 2.2.7.dev115+g0eb441d6. Had to add `cancelled` to the ignore list, as it's a Wayland signal which we're handling in our code, so we don't want codespell to fix that "typo". Also includes the typo fix from #87927. Co-authored-by: Divyanshu Shekhar <61140213+divshekhar@users.noreply.github.com>
Diffstat (limited to 'platform/web')
-rw-r--r--platform/web/js/engine/config.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/web/js/engine/config.js b/platform/web/js/engine/config.js
index 0b6626968e..a7134da6fa 100644
--- a/platform/web/js/engine/config.js
+++ b/platform/web/js/engine/config.js
@@ -19,7 +19,7 @@ const EngineConfig = {}; // eslint-disable-line no-unused-vars
const InternalConfig = function (initConfig) { // eslint-disable-line no-unused-vars
const cfg = /** @lends {InternalConfig.prototype} */ {
/**
- * Whether the unload the engine automatically after the instance is initialized.
+ * Whether to unload the engine automatically after the instance is initialized.
*
* @memberof EngineConfig
* @default