Skip to content

Commit e4ebaf0

Browse files
committed
fix #158: doc typos
1 parent 427a9e3 commit e4ebaf0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/examples/03_backends_ros/01_ros_examples.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ First step
1717
The first step is to connect to ROS to verify that the system is working.
1818

1919
Copy and paste the following example into any Python environment
20-
(a standalong script, a CAD environment, etc) and run it, you should
20+
(a standalone script, a CAD environment, etc) and run it, you should
2121
see the output ``Connected: True`` if everything is working properly:
2222

2323
.. code-block:: python
@@ -95,7 +95,7 @@ Open a command prompt and start the talker:
9595

9696
::
9797

98-
python 01_ros_hello_world_listener.py
98+
python 01_ros_hello_world_talker.py
9999

100100

101101
Now open a second command prompt and start the listener:

docs/examples/04_backends_vrep/01_simulation_with_vrep.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ The first step is just connect to the simulator and verify the connection
1616
is working.
1717

1818
Copy and paste the following example into any Python environment
19-
(a standalong script, a CAD environment, etc) and run it, you should
19+
(a standalone script, a CAD environment, etc) and run it, you should
2020
see the output ``Connected: True`` if everything is working properly:
2121

2222
.. code-block:: python

0 commit comments

Comments
 (0)