diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2024-02-07 11:09:28 +0100 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2024-02-07 11:09:34 +0100 |
commit | 7223c5b54a7958fe8f8176bafe5ea415f0c514a6 (patch) | |
tree | 356bb60754ce9a90d84805581489a896b7e8f939 /platform/web | |
parent | 08eaeff6402b92d3df4268321ee1ceea8f2bfd5a (diff) | |
download | redot-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.js | 2 |
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 |