diff options
author | RĂ©mi Verschelde <remi@verschelde.fr> | 2021-03-19 13:43:53 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-19 13:43:53 +0100 |
commit | ec3f220098f4bf5a10809e6682a9a24ff93d85cb (patch) | |
tree | 4cf3689ea1435fafdbec425bd2becbe161e302e6 /doc/classes/EditorPlugin.xml | |
parent | 655247f28d3387e544a4b23a2a1395ac3ca8d6d5 (diff) | |
parent | 8455e901f39c90d581aeb8913640219fb8754e77 (diff) |
Merge pull request #47140 from paulloz/class-reference
class reference proofreading
Diffstat (limited to 'doc/classes/EditorPlugin.xml')
-rw-r--r-- | doc/classes/EditorPlugin.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/EditorPlugin.xml b/doc/classes/EditorPlugin.xml index a24e4bbdc5..8dcffb0b74 100644 --- a/doc/classes/EditorPlugin.xml +++ b/doc/classes/EditorPlugin.xml @@ -561,7 +561,7 @@ <argument index="0" name="script" type="Script"> </argument> <description> - Removes the debugger plugin with given script fromm the Debugger. + Removes the debugger plugin with given script from the Debugger. </description> </method> <method name="remove_export_plugin"> |