From 293397aa0b7cc19d9d4dd07455245ff5f5d6e722 Mon Sep 17 00:00:00 2001 From: Nick Linthacum <73039714+nlinthacum@users.noreply.github.com> Date: Wed, 18 Jan 2023 11:43:05 -0800 Subject: [PATCH] Update services.md Spelling Correction --- _docs/tutorials/programming_rcl_rclc/service/services.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_docs/tutorials/programming_rcl_rclc/service/services.md b/_docs/tutorials/programming_rcl_rclc/service/services.md index 1afaa19b..f117354b 100644 --- a/_docs/tutorials/programming_rcl_rclc/service/services.md +++ b/_docs/tutorials/programming_rcl_rclc/service/services.md @@ -22,7 +22,7 @@ Ready to use code related to this concepts can be found in [`micro-ROS-demos/rcl ## Service server ### Initialization -Starting from a code where RCL is initialized and a micro-ROS node is created, there are tree ways to initialize a service server: +Starting from a code where RCL is initialized and a micro-ROS node is created, there are three ways to initialize a service server: - Reliable (default):