Skip to content

Commit 078838d

Browse files
4ntnralph-lange
andauthored
Apply ralph-lange's suggestions
Co-authored-by: Ralph Lange <ralph-lange@users.noreply.github.com>
1 parent fbaa0e2 commit 078838d

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

_docs/tutorials/core/first_application_linux/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,9 @@ source install/local_setup.bash
6363
```
6464
{% include first_application_common/agent_creation.md %}
6565

66-
### Add microros environment to bashrc (optional)
66+
### Add micro-ROS environment to bashrc (optional)
6767

68-
You can add the ROS2 and microROS workspace setup files to your bashrc so the files do not have to be sourced everytime a new command line is opened
68+
You can add the ROS 2 and micro-ROS workspace setup files to your `.bashrc` so the files do not have to be sourced every time a new command line is opened.
6969
```bash
7070
echo source /opt/ros/$ROS_DISTRO/setup.bash >> ~/.bashrc
7171
echo source ~/microros_ws/install/local_setup.bash >> ~/.bashrc

0 commit comments

Comments
 (0)