Skip to content

Commit 1a477fc

Browse files
Merge pull request #2687 from jasonrandrews/review
spelling fixes
2 parents e88d4e1 + e5d8e9d commit 1a477fc

File tree

22 files changed

+124
-64
lines changed

22 files changed

+124
-64
lines changed

.wordlist.txt

Lines changed: 57 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5383,4 +5383,60 @@ ultraedge
53835383
unclound
53845384
wNdi
53855385
whatsapp
5386-
workdir
5386+
workdir
5387+
Alexandre
5388+
CRI
5389+
ClickHouse's
5390+
EDuJ
5391+
EOL
5392+
ERNIE's
5393+
Expb
5394+
FEXPA
5395+
Grasset
5396+
Idxb
5397+
LOQ
5398+
MEC
5399+
MECID
5400+
MECIDs
5401+
MIMEType
5402+
Martino
5403+
NvLxg
5404+
Nydus
5405+
PASes
5406+
PolicyDeny
5407+
Remb
5408+
Romana
5409+
SLdG
5410+
TCB
5411+
aMWqFmwBgwT
5412+
actix
5413+
ae
5414+
aot
5415+
cdd
5416+
columnalt
5417+
cri
5418+
decrypt
5419+
eade
5420+
empt
5421+
expBits
5422+
exponentials
5423+
jsozZm
5424+
jyco
5425+
keyprovider
5426+
Linux's
5427+
minimax
5428+
modelcontextprotocol
5429+
nter
5430+
nydus
5431+
oMdFIQ
5432+
outputNAME
5433+
poweroff
5434+
qJs
5435+
rBD
5436+
rMDhjcaEM
5437+
remBits
5438+
snapshotter
5439+
unmounting
5440+
vnd
5441+
xqcqqYHrjZ
5442+
ztPjILBCbFEqnVlbvjUpM

content/learning-paths/automotive/tinkerblox_ultraedge/debian_installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ Place a `MicroPacFile` in your project directory.
164164
- **limits**: Resource limits (memory, cpu)
165165
- **mount**: Volume mount points
166166
- **network**: Network configuration
167-
- **createdBy**: maintanier of the application
167+
- **createdBy**: maintainer of the application
168168
- **description**: description of the application
169169

170170
### Building the MicroPac

content/learning-paths/automotive/tinkerblox_ultraedge/main.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -97,21 +97,21 @@ execution fabric for high-performance compute infrastructure
9797

9898
### 5.2 High-Level Architecture
9999

100-
**UltraEdge ‘Core’ Layer**
100+
**UltraEdge ‘Core’ Layer**
101101
Handles compute infrastructure management including service
102102
orchestration, lifecycle management, rule engine orchestration, and
103103
data-flow management .
104104

105-
**UltraEdge ‘Boost’ Layer**
105+
**UltraEdge ‘Boost’ Layer**
106106
Implements performance-critical routines and FFI (Foreign Function
107107
Interface) calls; Contains dynamic connectors, and southbound protocol
108108
adapters
109109

110-
**UltraEdge ‘Prime’ Layer**
110+
**UltraEdge ‘Prime’ Layer**
111111
Contains business logic, trigger & activation sequences, and AI & mixed
112112
workload orchestration .
113113

114-
**UltraEdge Edge-Cloud ‘Connect’ Layer**
114+
**UltraEdge Edge-Cloud ‘Connect’ Layer**
115115
Supports data streaming to databases (InfluxDB, SQLite) and provides
116116
diagnostic/logging outputs .
117117

@@ -322,7 +322,7 @@ Place a `MicroPacFile` in your project directory.
322322
- **limits**: Resource limits (memory, cpu)
323323
- **mount**: Volume mount points
324324
- **network**: Network configuration
325-
- **createdBy**: maintanier of the application
325+
- **createdBy**: maintainer of the application
326326
- **description**: description of the application
327327

328328
### 7.4 Building the MicroPac

content/learning-paths/cross-platform/gitlab-managed-runners/pipeline.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ layout: learningpathall
88

99
## How to Create a CI/CD Pipeline with Gitlab-hosted Runners?
1010

11-
To create the pipeline we only need to create a new **`.gitlab-ci.yml`** file in our Project and define it's stages. Nothing else is needed since Gtilab-hosted runners are readily avilable to any Project and doesn't need to be created or instantiated by the Gitlab users.
11+
To create the pipeline we only need to create a new **`.gitlab-ci.yml`** file in our Project and define it's stages. Nothing else is needed since Gtilab-hosted runners are readily available to any Project and doesn't need to be created or instantiated by the Gitlab users.
1212

1313
Once we run our pipeline with the correct **`tags`** Gitlab will create everything that we need and yep it is as simple as that.
1414

@@ -19,7 +19,7 @@ Once we run our pipeline with the correct **`tags`** Gitlab will create everythi
1919
2. We can choose to create **`.gitlab-ci.yml`** file by using one of the 2 options circled in red in the image below.
2020
![CI-CD-New #center](_images/ci-cd-new.webp)
2121

22-
Option1: We can Click on **`Set up CI/CD`** button/link and follow the wizad to create an empty **`.gitlab-ci.yml`** file.
22+
Option1: We can Click on **`Set up CI/CD`** button/link and follow the wizard to create an empty **`.gitlab-ci.yml`** file.
2323

2424
Option2: Click on the "+" button. From the popup menu click on **`New File`** option and name the file **`.gitlab-ci.yml`** and then click on **`Commit Changes`** button on the top right hand side like in the image below (Add any message as your commit message).
2525
![New-YML #center](_images/new-yml.png)

content/learning-paths/cross-platform/gitlab-managed-runners/results.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ The Pipeline script has multiple sections where each section instructs the pipel
1212

1313
### First Section: Stages
1414

15-
In this section we are describing how many squentional stages will our pipeline have and what are their names (ex. **`Build, Test and Deploy`**). If we would like all the stages or jobs to run simultinously then we simply don't define this section.
15+
In this section we are describing how many sequential stages will our pipeline have and what are their names (ex. **`Build, Test and Deploy`**). If we would like all the stages or jobs to run simultaneously then we simply don't define this section.
1616

1717
### Second Section: Build-Job part of the Build stage
1818

@@ -25,17 +25,17 @@ Gitlab offers 3 Arm64 based Instances that use Linux as their OS.
2525
- saas-linux-medium-arm64
2626
- saas-linux-large-arm64
2727

28-
For more information about all Arm and other avilable Gitlab-hosted runners check [Gitlab-Hosted Runners](https://docs.gitlab.com/ci/runners/hosted_runners/linux/) page.
28+
For more information about all Arm and other available Gitlab-hosted runners check [Gitlab-Hosted Runners](https://docs.gitlab.com/ci/runners/hosted_runners/linux/) page.
2929

3030
{{%/notice%}}
3131

3232
### Other Sections:
3333

34-
The rest of the other sections follow the same patthern. You will notice that the **`Test`** stage for example has 2 Jobs in it (unit-test-job and lint-test-job). The **`Deploy`** stage here has only 1 Job called **`deploy-job`**.
34+
The rest of the other sections follow the same pattern. You will notice that the **`Test`** stage for example has 2 Jobs in it (unit-test-job and lint-test-job). The **`Deploy`** stage here has only 1 Job called **`deploy-job`**.
3535
As you get to learn more YML scripting you will be able to add a lot more complex functionality to your pipelines.
3636

3737
{{%notice Note%}}
38-
Gitlab offers a lot of documentions on how to create pipeline that fits different needs and also offer common templates for them as well. You can access then from [Use CI/CD to build your application](https://docs.gitlab.com/topics/build_your_application/) page.
38+
Gitlab offers a lot of documentation on how to create pipeline that fits different needs and also offer common templates for them as well. You can access then from [Use CI/CD to build your application](https://docs.gitlab.com/topics/build_your_application/) page.
3939
{{%/notice%}}
4040

4141
## How to run your pipeline for testing and to check the results:
@@ -52,5 +52,5 @@ If you navigate to your pipeline editor from before you will notice that there a
5252

5353
### The other Tabs are:
5454

55-
1. Visualize: which can visulaize your pipeline for you as you edit it's componenets which can be very helpful especially for complex pipelines.
56-
2. Validate: which can validate your pipeline script as you are editting them and saving from time to time so that you can catch any issues with you code early on.
55+
1. Visualize: which can visualize your pipeline for you as you edit it's components which can be very helpful especially for complex pipelines.
56+
2. Validate: which can validate your pipeline script as you are editing them and saving from time to time so that you can catch any issues with you code early on.

content/learning-paths/embedded-and-microcontrollers/asm/intro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ The assembly level functions will conform to the [Arm Procedure Call Standard](h
2222

2323
[Keil MDK](https://www.keil.arm.com/) can support a number of different environments.
2424

25-
Keil Studio is a collection of `Visual Studio Code` Extensions to provide a complete development IDE. For installation instructions, refer to the [Arm Keil Studio for VS Code](/install-guides/keilstudio_vs/) install guide. Windows, Linux, and MacOS are supported hosts.
25+
Keil Studio is a collection of `Visual Studio Code` Extensions to provide a complete development IDE. For installation instructions, refer to the [Arm Keil Studio for VS Code](/install-guides/keilstudio_vs/) install guide. Windows, Linux, and macOS are supported hosts.
2626

2727
You can also use the legacy μVision IDE. For installation instructions, refer to the [Keil μVision](/install-guides/mdk/) install guide. Note that only Windows is a supported host.

content/learning-paths/embedded-and-microcontrollers/customer-support-chatbot-with-llama-and-executorch-on-arm-based-mobile-devices/how-to-2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ layout: learningpathall
88

99
## Android NDK and Android Studio - Environment Setup
1010

11-
#### Plartform Required
11+
#### Platform Required
1212
- An AWS Graviton4 r8g.16xlarge instance to test Arm performance optimizations, or any [Arm based instance](/learning-paths/servers-and-cloud-computing/csp/) from a cloud service provider or an on-premise Arm server or Arm based laptop.
1313
- An Arm-powered smartphone with the i8mm feature running Android, with 16GB of RAM.
1414
- A USB cable to connect your smartphone to your development machine.

content/learning-paths/embedded-and-microcontrollers/yolo-on-himax/flash-and-run.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ The COM identifier is prefixed with **tty**, so you can use this to help you ide
5353
{{< tab header="Linux" language="shell">}}
5454
sudo grep -i 'tty' /var/log/dmesg
5555
{{< /tab >}}
56-
{{< tab header="MacOS" language="shell">}}
56+
{{< tab header="macOS" language="shell">}}
5757
ls /dev/tty.*
5858
{{< /tab >}}
5959
{{< /tabpane >}}

content/learning-paths/embedded-and-microcontrollers/yolo-on-himax/web-toolkit.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Run the script corresponding to the OS of your host machine.
5454
{{< tab header="Linux" language="shell">}}
5555
./we2_local_image_gen project_case1_blp_wlcsp.json
5656
{{< /tab >}}
57-
{{< tab header="MacOS" language="shell">}}
57+
{{< tab header="macOS" language="shell">}}
5858
./we2_local_image_gen_macOS_arm64 project_case1_blp_wlcsp.json
5959
{{< /tab >}}
6060
{{< /tabpane >}}

content/learning-paths/mobile-graphics-and-gaming/build-llama3-chat-android-app-using-executorch-and-xnnpack/1-dev-env-setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Start by downloading and installing the latest version of Android Studio by navi
3636
https://developer.android.com/studio/
3737
```
3838

39-
### For MacOS: Using UI
39+
### For macOS: Using UI
4040

4141
Follow these steps to configure Android Studio:
4242

0 commit comments

Comments
 (0)