Skip to content

Commit 5b70a0a

Browse files
authored
fix typo
1 parent 0bd9b48 commit 5b70a0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorials/plugins/running_code_in_the_editor.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ Here is how a ``_process()`` function might look for you:
114114
.. note::
115115

116116
Extending a ``@tool`` script does not automatically make the extending script
117-
a ``@tool``. Ommitting ``@tool`` from the extending script will disable tool
117+
a ``@tool``. Omitting ``@tool`` from the extending script will disable tool
118118
behavior from the super class. Therefore the extending script should also
119119
specify the ``@tool`` annotation.
120120

0 commit comments

Comments
 (0)