Skip to content

Commit 4dcabda

Browse files
authored
typo (#279)
1 parent 53526e2 commit 4dcabda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/actions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ In C++, the generated code should be in the namespace and folder `action` instea
106106
In ROS 1, `rostopic list` would show all action topics in its output.
107107
In ROS 2, `ros2 topic list` and `ros2 service list` will not show topics and services used by actions by default.
108108
They can still be shown by passing an option to the commands to show hidden services and topics.
109-
The tool `ros2 action list` will produce list of action names provided by action servers (see [Intropsection tools](#introspection-tools)).
109+
The tool `ros2 action list` will produce list of action names provided by action servers (see [Introspection tools](#introspection-tools)).
110110

111111
## Action Interface Definition
112112

0 commit comments

Comments
 (0)