From 3c159205a78cb2cc72e3dfeec1eff80d7b95846d Mon Sep 17 00:00:00 2001 From: Shane Snover Date: Thu, 25 Jan 2024 22:30:42 -0700 Subject: [PATCH] Fix the backticks on the getting started page --- docs/modules/ROOT/pages/getting_started.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/modules/ROOT/pages/getting_started.adoc b/docs/modules/ROOT/pages/getting_started.adoc index ab819ac2a..24bde1c1f 100644 --- a/docs/modules/ROOT/pages/getting_started.adoc +++ b/docs/modules/ROOT/pages/getting_started.adoc @@ -88,7 +88,7 @@ NOTE: How does the `cargo run` command know how to connect to our board and prog If you hare having issues when running `cargo run --release`, please check the following: -* You are specifying the correct `--chip on the command line``, OR +* You are specifying the correct `--chip` on the command line, OR * You have set `.cargo/config.toml`'s run line to the correct chip, AND * You have changed `examples/Cargo.toml`'s HAL (e.g. embassy-stm32) dependency's feature to use the correct chip (replace the existing stm32xxxx feature)