Skip to content

Commit 8133a6c

Browse files
committed
docs: Fix typos and clarify verification step
1 parent a396ad7 commit 8133a6c

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@ subdirectory for further information the SDK provides but the guide below will c
1818
Add the following to your shell configuration file (e.g. `~/.bashrc`, `~/.zprofile`, ...)
1919
to ensure that the `${WKDEV_SDK}` environment variable points to the correct location
2020
of your `webkit-container-sdk` Git checkout. It also extends the `${PATH}` to make the `wkdev-*` scripts
21-
provided by this repository accessible without having to specifcy full paths in the shell.
21+
provided by this repository accessible without having to specify full paths in the shell.
2222

2323
```sh
2424
source /absolute/path/to/your/Git/checkout/of/webkit-container-sdk/register-sdk-on-host.sh
2525
```
2626

27-
Launch a new shell, or `source` your shell configuration files to verify, `${WKDEV_SDK}`
28-
now expects as intented - pointing to your `webkit-container-sdk` checkout.
27+
Launch a new shell, or `source` your shell configuration files, to verify `${WKDEV_SDK}`
28+
now works as intended -- pointing to your `webkit-container-sdk` checkout.
2929

3030
2. Create a new **wkdev** container for WebKit development
3131

@@ -36,7 +36,7 @@ wkdev-create --create-home
3636
```
3737

3838
This will create a container named **wkdev** by default or a custom one with `--name`
39-
and it will create a new home directory for the sdk in `${HOME}/wkdev-home` by default
39+
and it will create a new home directory for the SDK in `${HOME}/wkdev-home` by default
4040
or a custom one with `--home`.
4141

4242
Within the container, the `${HOME}` directory is not equal to the host `${HOME}` directory:

docs/00-Introduction.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ run commands within the **wkdev** container or launch one or more interactive sh
1515
sessions, in which you can compile WebKit / run tests / etc.
1616

1717
To run CLI applications within a container, requires no effort: it works out of the box.
18-
Runing graphical applications, that utilize e.g. [Wayland](https://wayland.freedesktop.org)
18+
Running graphical applications, that utilize e.g. [Wayland](https://wayland.freedesktop.org)
1919
for screen presentation, need [D-Bus](https://freedesktop.org/wiki/Software/dbus) to communicate
2020
with other system components, or use [SystemD](https://freedesktop.org/wiki/Software/systemd)
2121
APIs to query network / power / etc. information, require a substantial amount of configuration
@@ -63,14 +63,14 @@ Let it run, and move on to the **Quickstart guide**.
6363
Add the following to your shell configuration file (e.g. `~/.bashrc`, `~/.zprofile`, ...)
6464
to ensure that the `${WKDEV_SDK}` environment variable points to the correct location
6565
of your `wkdev-sdk` Git checkout. It also extends the `${PATH}` to make the `wkdev-*` scripts
66-
provided by this repository accessible without having to specifcy full paths in the shell.
66+
provided by this repository accessible without having to specify full paths in the shell.
6767

6868
```sh
6969
source /absolute/path/to/your/Git/checkout/of/wkdev-sdk/register-sdk-on-host.sh
7070
```
7171

72-
Launch a new shell, or `source` your shell configuration files to verify, `${WKDEV_SDK}`
73-
now expects as intented - pointing to your `wkdev-sdk` checkout.
72+
Launch a new shell, or `source` your shell configuration files, to verify `${WKDEV_SDK}`
73+
now works as intended -- pointing to your `webkit-container-sdk` checkout.
7474

7575
2. Create a new **wkdev** container for WebKit development
7676

docs/04-Cross-compilation-inside-the-SDK.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ Tools/Scripts/cross-toolchain-helper --cross-target rpi3-32bits-mesa --cross-too
2626
It is important to unset the `LD_LIBRARY_PATH` otherwise `cross-toolchain-helper` will partly fail,
2727
but `build-webkit` continues, leading to an inconsistent build environment, that will fail to produce binaries.
2828

29-
sccache is also not supported in that mode, and will interefer with yocto - disable it.
29+
sccache is also not supported in that mode, and will interfere with yocto -- disable it.
3030

3131
Follow the instructions in Tools/yocto/README.md to flash the image onto your target machine.

0 commit comments

Comments
 (0)