From 3e9ce34eaeaa72ce976e8cc8a2411965c0485f65 Mon Sep 17 00:00:00 2001 From: Julian Nowaczek Date: Wed, 27 Nov 2024 15:37:48 -0600 Subject: [PATCH] Correct typo --- src/writing-your-own-application/generate-project/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/writing-your-own-application/generate-project/index.md b/src/writing-your-own-application/generate-project/index.md index e121db6..aeef4f5 100644 --- a/src/writing-your-own-application/generate-project/index.md +++ b/src/writing-your-own-application/generate-project/index.md @@ -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