Skip to content

Commit

Permalink
Update tutorials/platform/web/javascript_bridge.rst
Browse files Browse the repository at this point in the history
Co-authored-by: Max Hilbrunner <mhilbrunner@users.noreply.github.com>
  • Loading branch information
Faless and mhilbrunner authored Feb 21, 2024
1 parent 8ae8cbe commit 77e5d9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tutorials/platform/web/javascript_bridge.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ method retrieves an object in the global scope.
console.log("test")
The :ref:`JavaScriptBridge.create_object() <class_JavaScriptBridge_method_create_object>`
creates an object via the JavaScript ``new`` constructor.
creates a new object via the JavaScript ``new`` constructor.

.. code-block:: gdscript
Expand Down

0 comments on commit 77e5d9f

Please sign in to comment.