Skip to content

Commit 211733e

Browse files
authored
Fix typos in wasm.md (docker#22455)
<!--Delete sections as needed --> ## Description Fix 2 small typos in the Wasm workloads doc. ## Reviews <!-- Notes for reviewers here --> <!-- List applicable reviews (optionally @tag reviewers) --> - [ ] Technical review - [ ] Editorial review - [ ] Product review
1 parent 4f7b212 commit 211733e

File tree

1 file changed

+2
-2
lines changed
  • content/manuals/desktop/features

1 file changed

+2
-2
lines changed

content/manuals/desktop/features/wasm.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ params:
1515

1616
{{< summary-bar feature_name="Wasm workloads" >}}
1717

18-
WebAssembly (Wasm) is a fast, light alternative Linux and
18+
WebAssembly (Wasm) is a fast, light alternative to Linux and
1919
Windows containers. With Docker Desktop, you can now run Wasm workloads side by side with traditional containers.
2020

2121
This page provides information about the ability to run Wasm applications
@@ -93,7 +93,7 @@ Start the application using the normal Docker Compose commands:
9393

9494
### Running a multi-service application with Wasm
9595

96-
Networking works the same as you expect with Linux containers, giving you the
96+
Networking works the same as you'd expect with Linux containers, giving you the
9797
flexibility to combine Wasm applications with other containerized workloads,
9898
such as a database, in a single application stack.
9999

0 commit comments

Comments
 (0)