Skip to content

Commit 192c1b3

Browse files
authored
Cleaning up docs a bit. (#402)
1 parent 083ed8a commit 192c1b3

File tree

1 file changed

+1
-1
lines changed
  • _docs/tutorials/core/first_application_linux

1 file changed

+1
-1
lines changed

_docs/tutorials/core/first_application_linux/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Each app is represented by a folder containing the following files:
2727
* `main.c`: This file contains the logic of the application.
2828
* `CMakeLists.txt`: This is the CMake file containing the script to compile the application.
2929

30-
For the user to create its custom application, a folder `<my_app>` will need to be registered in this location,
30+
For the user to create a custom application, a folder `<my_app>` will need to be registered in this location,
3131
containing the two files just described.
3232
Also, any such new application folder needs to be registered in
3333
`src/uros/micro-ROS-demos/rclc/CMakeLists.txt` by adding the following line:

0 commit comments

Comments
 (0)