Skip to content

Commit cf504a7

Browse files
authored
Merge pull request #39 from johns-joseph-ash/main
corrected minor typo's
2 parents 815b06c + 20e704b commit cf504a7

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

docs/create_app.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Further settings include:
3939
## Examples
4040

4141
1. Click the **Target Board (Optional)** drop-down list.
42-
2. Enter a search term tp filter the list and then select your board. The details of the selected board are displayed.
42+
2. Enter a search term to filter the list and then select your board. The details of the selected board are displayed.
4343
3. Click **Select**.
4444

4545
Next, select the example project. There are two types of example projects (available either from **Local** packs and/or
@@ -58,7 +58,7 @@ Specify a **Solution Base Folder** and click **Create**.
5858
activate the workspace and download the tools specified in the `vcpkg-configuration.json` file included in a
5959
project.
6060

61-
A typical Blinky example includes a `REAMDE.md` file that contains valuable information about the hardware setup and
61+
A typical Blinky example includes a `README.md` file that contains valuable information about the hardware setup and
6262
specific tasks that need to be done before working with the target board:
6363

6464
![Alif E7 Blinky-HP example](./images/blinky-hp.png)
@@ -272,7 +272,7 @@ If there are validation issues:
272272

273273
1. Either click on ![Issue icon](./images/issue-icon.png) and select the issue in the pop-up box (a) or
274274
2. Click the "Resolve" button for access to the pop-up box (a).
275-
3. Once a components with validation issues is opened, you can use the "eye" icon to see which component is
275+
3. Once a component with validation issues is opened, you can use the "eye" icon to see which component is
276276
missing/affected (b).
277277
4. Use the "Apply" button to select the missing components (only available if there is no choice between different
278278
components available).
File renamed without changes.

docs/installation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ folder.
4444
Required tools (such as a compiler toolchain or the CMSIS-Toolbox) are installed via the
4545
**Arm Tools Environment Manager**, controlled by the `vcpkg-configuration.json` file.
4646

47-
Open the **Arm Tools Environment Manager** via the command pallette (Ctrl/Cmd + Shift + p) and select
47+
Open the **Arm Tools Environment Manager** via the command palette (Ctrl/Cmd + Shift + p) and select
4848
**Arm Tools: Configure Arm Tools Environment**. The "Arm Registry" opens:
4949

5050
![Arm Registry](./images/arm-registry.png)
@@ -127,5 +127,5 @@ settings. The available settings are:
127127
| Experimental Features | Use the checkbox to enable experimental features. |
128128
| Generate Clang Setup | Use the checkbox to automatically generate the required setup (`.clangd` file and `.vscode/settings.json`) for the active solution context. For Arm Compiler 6, include pre-defined macros in the `.clangd` file. |
129129
| Output Directory | Enter an output directory prefix for 'outdir' and 'tmpdir' and relocated build information files (experimental). |
130-
| Probe-ID | Specufy the unique identifier of a probe to be used for debugging. |
130+
| Probe-ID | Specify the unique identifier of a probe to be used for debugging. |
131131
| Use Web Services | Use the checkbox to enable web services to obtain information about devices, boards, and examples. If enabled, information from the internet and locally installed packs is used. If disabled, only information from installed packs is used. |

docs/userinterface.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ For files containing configuration wizard annotations, open the graphical view b
7272
The view will be opened next to the original source file. You can switch back pressing the **Show Source** button
7373
![Open source file view](./images/open-source-file-view-icon.png).
7474

75-
![RTE_Device.h file in configuration wizard view](./images/rte-devce-config-wiz-view.png)
75+
![RTE_Device.h file in configuration wizard view](./images/rte-device-config-wiz-view.png)
7676

7777
## Status bar
7878

0 commit comments

Comments
 (0)