Skip to content

Commit

Permalink
Correct typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jnowaczek authored Nov 27, 2024
1 parent c9b28f7 commit 3e9ce34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/writing-your-own-application/generate-project/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ We currently maintain two template repositories:

## `esp-idf-template`

`esp-idf-tempalte` is based on [`cargo-generate`][cargo-generate], a tool that allows you to create a new project based on some existing template. In our case, [`esp-idf-template`][esp-idf-template] can be used to generate an application with all the required configurations and dependencies.
`esp-idf-template` is based on [`cargo-generate`][cargo-generate], a tool that allows you to create a new project based on some existing template. In our case, [`esp-idf-template`][esp-idf-template] can be used to generate an application with all the required configurations and dependencies.

1. Install `cargo generate`:
```shell
Expand Down

0 comments on commit 3e9ce34

Please sign in to comment.