Character and typo fixes

This commit is contained in:
Max Hilbrunner
2023-05-31 18:07:27 +02:00
parent d410aceb87
commit 485116d8a3
16 changed files with 23 additions and 23 deletions

View File

@@ -101,7 +101,7 @@ optionally overriding any :js:attr:`EngineConfig` parameters.
});
This snippet of code automatically loads and initializes the engine before starting the game.
It uses the given configuration to to load the engine. The :js:meth:`engine.startGame <Engine.prototype.startGame>`
It uses the given configuration to load the engine. The :js:meth:`engine.startGame <Engine.prototype.startGame>`
method is asynchronous and returns a ``Promise``. This allows your control code to track if
the game was loaded correctly without blocking execution or relying on polling.