Skip to content

Commit 09c153e

Browse files
committed
Add missing noun in iOS plugin documentation
1 parent 6b8faf3 commit 09c153e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorials/platform/ios/ios_plugin.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ An iOS plugin requires a ``.gdip`` configuration file, a binary file which can b
2222

2323
.. image:: img/ios_export_preset_plugins_section.png
2424

25-
When a plugin is active, you can access it in your using ``Engine.get_singleton()``::
25+
When a plugin is active, you can access it in your code using ``Engine.get_singleton()``::
2626

2727
if Engine.has_singleton("MyPlugin"):
2828
var singleton = Engine.get_singleton("MyPlugin")

0 commit comments

Comments
 (0)