Skip to content

Commit

Permalink
typo (ros2#279)
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolasE authored and mlanting committed Aug 17, 2020
1 parent 7ad7649 commit d40210c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion articles/actions.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ In C++, the generated code should be in the namespace and folder `action` instea
In ROS 1, `rostopic list` would show all action topics in its output.
In ROS 2, `ros2 topic list` and `ros2 service list` will not show topics and services used by actions by default.
They can still be shown by passing an option to the commands to show hidden services and topics.
The tool `ros2 action list` will produce list of action names provided by action servers (see [Intropsection tools](#introspection-tools)).
The tool `ros2 action list` will produce list of action names provided by action servers (see [Introspection tools](#introspection-tools)).

## Action Interface Definition

Expand Down

0 comments on commit d40210c

Please sign in to comment.