We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 083ed8a commit 192c1b3Copy full SHA for 192c1b3
1 file changed
_docs/tutorials/core/first_application_linux/index.md
@@ -27,7 +27,7 @@ Each app is represented by a folder containing the following files:
27
* `main.c`: This file contains the logic of the application.
28
* `CMakeLists.txt`: This is the CMake file containing the script to compile the application.
29
30
-For the user to create its custom application, a folder `<my_app>` will need to be registered in this location,
+For the user to create a custom application, a folder `<my_app>` will need to be registered in this location,
31
containing the two files just described.
32
Also, any such new application folder needs to be registered in
33
`src/uros/micro-ROS-demos/rclc/CMakeLists.txt` by adding the following line:
0 commit comments