Skip to content

Commit ee4faf5

Browse files
committed
test: lint errors with vale
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
1 parent d1bcdbe commit ee4faf5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

content/build/building/multi-platform.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,9 @@ multi-architecture support, which means you can run containers for different
6868
Linux architectures such as `arm`, `mips`, `ppc64le`, and even `s390x`.
6969

7070
This doesn't require any special configuration in the container itself as it
71-
uses [qemu-static](https://wiki.qemu.org/Main_Page)
72-
from the Docker Desktop VM. Because of this, you can run an ARM container,
73-
like the `arm32v7` or `ppc64le` variants of the busybox image.
71+
uses [qemu-static](https://wiki.qemu.org/Main_Page) <!-- lint error #1 -->
72+
from the Docker Desktop VM. Because of this, you can run an ARM container, <!-- no error -->
73+
like the `arm32v7` or `ppc64le` variants of the busybox image. <!-- lint error #2 -->
7474

7575
#### QEMU without Docker Desktop
7676

0 commit comments

Comments
 (0)