Преглед изворни кода

Merge pull request #10037 from KleidonBD/patch-2

Fix "some times" typo
Max Hilbrunner пре 9 месеци
родитељ
комит
d7f9b19fce
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      tutorials/plugins/running_code_in_the_editor.rst

+ 1 - 1
tutorials/plugins/running_code_in_the_editor.rst

@@ -248,7 +248,7 @@ angle add a setter ``set(new_speed)`` which is executed with the input from the
 Getting notified when resources change
 --------------------------------------
 
-Some times you want your tool to use a resource. However, when you change a
+Sometimes you want your tool to use a resource. However, when you change a
 property of that resource in the editor, the ``set()`` method of your tool will
 not be called.