aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorGraic <[email protected]>2025-02-01 18:06:43 -0500
committerGitHub <[email protected]>2025-02-01 18:06:43 -0500
commit89b5795eec6279911458da524dba3b3c68929913 (patch)
tree4dc644dbd2b64d1454ab6a7c7aeeeed4649fbc34 /docs
parent1b440342085a0a4f752c795937cc038b41ca1e78 (diff)
Fix typo in getting started docs
Diffstat (limited to 'docs')
-rw-r--r--docs/pages/getting_started.adoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/pages/getting_started.adoc b/docs/pages/getting_started.adoc
index 017409018..954f3fd28 100644
--- a/docs/pages/getting_started.adoc
+++ b/docs/pages/getting_started.adoc
@@ -86,7 +86,7 @@ NOTE: How does the `+cargo run+` command know how to connect to our board and pr
86 86
87=== It didn’t work! 87=== It didn’t work!
88 88
89If you hare having issues when running `+cargo run --release+`, please check the following: 89If you are having issues when running `+cargo run --release+`, please check the following:
90 90
91* You are specifying the correct `+--chip+` on the command line, OR 91* You are specifying the correct `+--chip+` on the command line, OR
92* You have set `+.cargo/config.toml+`’s run line to the correct chip, AND 92* You have set `+.cargo/config.toml+`’s run line to the correct chip, AND