Skip to content

Commit ad1a1a1

Browse files
committed
Update introduction.mdx
1 parent a09988f commit ad1a1a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/src/content/docs/introduction.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ When the script runs it will only detect dependencies offer options to proceed.
3333

3434
With the minimum test dependencies installed, `git`,`bash` and `curl` it can perform most dynamic help functions and testing required to configure the script before installing the core dependencies.
3535

36-
This makes sense when you consider you don't need to install host gcc to crossbuild, somehting which the script handled automatically when configured to crossbuild.
36+
This makes sense when you consider you don't need to install host gcc to cross build, something which the script handled automatically when configured to cross build.
3737

3838
The logic of this is done using [bash associative arrays](https://www.gnu.org/software/bash/manual/html_node/Arrays.html).
3939

@@ -45,7 +45,7 @@ The binary outcome should be identical for both. You should use `qbt-nox-static.
4545

4646
## What does it do?
4747

48-
It handles a lot of the nuanced complexity around building various different dependencies on two different host platforms, towards the same outcome and can target these architectures via crossbuilding:
48+
It handles a lot of the nuanced complexity around building various different dependencies on two different host platforms, towards the same outcome and can target these architectures via cross building:
4949

5050
<Details summary=" target architectures">
5151
`armel` `armhf` `armv7` `aarch64`

0 commit comments

Comments
 (0)