From 656179022d9a467dd71f59549bc73da11bee11d2 Mon Sep 17 00:00:00 2001 From: Alex Pavey <10731198+alexpavey@users.noreply.github.com> Date: Tue, 16 Dec 2025 14:55:45 -0500 Subject: [PATCH] Fix typo in test_app_host instructions --- _includes/first_application_common/test_app_host.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_includes/first_application_common/test_app_host.md b/_includes/first_application_common/test_app_host.md index 42990dc7..812b1025 100644 --- a/_includes/first_application_common/test_app_host.md +++ b/_includes/first_application_common/test_app_host.md @@ -75,7 +75,7 @@ frame_id: '2084670932_1085377743' Also, we expect that, because of having received the `fake_ping`, the micro-ROS node will answer with a `pong`: ``` -user@user:~$ ros2 run micro_ros_demos_rcl ping_pong +user@user:~$ ros2 run micro_ros_demos_rclc ping_pong Ping send seq 1706097268_1085377743 Ping send seq 181171802_1085377743 Ping send seq 1385567526_1085377743 @@ -97,4 +97,4 @@ stamp: nanosec: 0 frame_id: fake_ping --- -``` \ No newline at end of file +```