Pārlūkot izejas kodu

Fix typo in Using signals (#10246)

Co-authored-by: Hugo Locurcio <[email protected]>
Nikita 8 mēneši atpakaļ
vecāks
revīzija
e06a814148
1 mainītis faili ar 2 papildinājumiem un 2 dzēšanām
  1. 2 2
      getting_started/step_by_step/signals.rst

+ 2 - 2
getting_started/step_by_step/signals.rst

@@ -147,8 +147,8 @@ methods "_on_node_name_signal_name". Here, it'll be "_on_button_pressed".
 
 .. note::
 
-    If you are using an external editor (such as VS Code) this
-    automatic code generation might not work. In this case you need to to connect
+    If you are using an external editor (such as VS Code), this
+    automatic code generation might not work. In this case, you need to connect
     the signal via code as explained in the next section.
 
 Click the Connect button to complete the signal connection and jump to the