Skip to content

Commit

Permalink
fix: correct typo errors
Browse files Browse the repository at this point in the history
  • Loading branch information
kolipakakondal authored and Hahihula committed Feb 7, 2025
1 parent 82fd019 commit d19ca18
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions docs/src/expert_installation.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Expert Installation

Expert installation is wizard which will guide you through the installation process step by step and enable the user to tweek instalation settings as needed. First step is checking if all neede prerequsities are met.
Expert installation is wizard which will guide you through the installation process step by step and enable the user to tweek installation settings as needed. First step is checking if all neede prerequsities are met.

## Prerequisities check

Expand Down Expand Up @@ -32,12 +32,12 @@ You will then be prompted to select a mirror from which the ESP-IDF should be do

![Mirrors selections](./screenshots/mirrors_selection.png)

## Instalation path selections
## Installation path selections

In the next step, you will be prompted to enter the installation path for the ESP-IDF. The default path is `C:\esp` on Windows and `~\.espressif` on POSIX systems. It is recommended to use the folder browser for selecting the path.

![Instalation path selections](./screenshots/installation_path_selection.png)

## Instalation Progress
## Installation Progress

in the nexst step you can start the actuall instalation and than watch it's progress.
in the next step you can start the actuall installation and than watch it's progress.
2 changes: 1 addition & 1 deletion src/components/WizardStep.vue
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ export default {
{ title: "Select mirror" },
{ title: "Select Installation Path" },
{ title: "Installation progress" },
{ title: "Instalation Complete" }
{ title: "Installation Complete" }
]
}
},
Expand Down

0 comments on commit d19ca18

Please sign in to comment.