Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion _docs/tutorials/programming_rcl_rclc/service/services.md
Original file line number Diff line number Diff line change
Expand Up @@ -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):

Expand Down