Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: typos #239

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions BUILD_OPTIONS.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ There are two ways to configure how the ESP-IDF framework is compiled:

> [!NOTE]
> Configuration can only come from the **root crate's** `Cargo.toml`. The root crate
> is the package in the *workspace directory*. If there is not root crate in case of a
> is the package in the *workspace directory*. If there is no root crate in case of a
> [virtual
> workspace](https://doc.rust-lang.org/cargo/reference/workspaces.html#virtual-manifest),
> its *name* can be specified with the `ESP_IDF_SYS_ROOT_CRATE` environment variable.
Expand Down Expand Up @@ -222,7 +222,7 @@ The following configuration options are available:
> [!WARNING]
> The [ESP-IDF git repository](https://github.com/espressif/esp-idf) will be cloned
> *inside* the tooling directory. The *native* builder will use the esp-idf at
> [*`idf_path`*](#idfpath-idfpath-native-builder-only) of available.
> [*`idf_path`*](#idfpath-idfpath-native-builder-only) if available.

- ### *`idf_path`*, `$IDF_PATH` (*native* builder only)
A path to a user-provided local clone of the [esp-idf](https://github.com/espressif/esp-idf),
Expand Down Expand Up @@ -446,7 +446,7 @@ options to turn the component manager off.
A remote component can be specified by:
```toml
[package.metadata.esp-idf-sys.extra_components.0.remote_component]
# The name of the remote component. Corrensponds to a key in the dependencies of
# The name of the remote component. Corresponds to a key in the dependencies of
# `idf_component.yml`.
name = "component_name"
# The version of the remote component. Corresponds to the `version` field of the
Expand Down