Skip to content

Commit 6773f42

Browse files
authored
Fix typo (#849)
Signed-off-by: Ben McCann <322311+benmccann@users.noreply.github.com>
1 parent 8a5068a commit 6773f42

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

concepts/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ After, it is possible to activate the node by transitioning through the activati
5252

5353
This state will allow the node to process information and be fully setup to run.
5454
The configuration stage, triggering the ``on_configure()`` method, will setup all parameters, ROS networking interfaces, and for safety systems, all dynamically allocated memory.
55-
The activation stage, triggering the ``on_activate()`` method, will active the ROS networking interfaces and set any states in the program to start processing information.
55+
The activation stage, triggering the ``on_activate()`` method, will activate the ROS networking interfaces and set any states in the program to start processing information.
5656

5757
To shutdown, we transition into deactivating, cleaning up, shutting down and end in the finalized state.
5858
The networking interfaces are deactivated and stop processing, deallocate memory, exit cleanly, in those stages, respectively.

0 commit comments

Comments
 (0)