Skip to content

Commit 2af9bbb

Browse files
authored
Apply suggestions from code review
1 parent adf66bd commit 2af9bbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: docs/get-started/drive-rover.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ async def moveInSquare(base):
129129

130130
{{% alert title="Tip" color="tip" %}}
131131

132-
If you are interested to learn about what other commands you can give to a base, see the standardized [base API](/components/base/#api) for a full list of available API methods.
132+
If you are interested to learn about what other commands you can give to a base, see the standardized [base API](/components/base/#api) for a full list of available API methods.
133133
{{% /alert %}}
134134

135135
Next, remove all the code in the `main()` function between where the machine connection is established and closed and instead initialize your `base` and invoke the `moveInSquare()` function.

0 commit comments

Comments
 (0)