Skip to content

Commit a64b63d

Browse files
authored
[Docs] BT_basics fix typo (#343)
1 parent d8caeb3 commit a64b63d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/BT_basics.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ and propagates through the tree until it reaches a leaf node.
2323
- The __LeafNodes__, those TreeNodes which don't have any children,
2424
are the actual commands, i.e. the place where the behavior tree
2525
interacts with the rest of the system.
26-
__Actions__ nodes are the most commond type of LeafNodes.
26+
__Actions__ nodes are the most common type of LeafNodes.
2727

2828
!!! Note
2929
The word __tick__ will be often used as a *verb* (to tick / to be ticked) and it means
@@ -63,7 +63,7 @@ it returns SUCCESS (green) too.
6363

6464

6565
In the context of __ActionNodes__, we may further distinguish between
66-
synschronous and asynchronous nodes.
66+
synchronous and asynchronous nodes.
6767

6868
The former are executed atomically and block the tree until a SUCCESS or FAILURE is returned.
6969

0 commit comments

Comments
 (0)