Skip to content

Commit 90e3e0a

Browse files
authored
chore: fix some typos in comments (#19853)
Signed-off-by: cuiyourong <[email protected]>
1 parent 6a2e643 commit 90e3e0a

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

content/desktop/extensions-sdk/dev/api/dashboard-routes-navigation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ For more details about all navigation methods, see the [Navigation API reference
3636

3737
> Deprecated navigation methods
3838
>
39-
> These methdos are deprecated and will be removed in a future version. Use the methods specified above.
39+
> These methods are deprecated and will be removed in a future version. Use the methods specified above.
4040
4141
```typescript
4242
window.ddClient.navigateToContainers();

content/desktop/previous-versions/2.x-windows.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -555,6 +555,6 @@ Docker Desktop Community 2.1.0.0 contains the following experimental features:
555555
- VPNKit: Improved scalability of port forwarding.
556556
- VPNKit: Limit the size of the UDP NAT table. This ensures port forwarding and regular TCP traffic continue even when running very chatty UDP protocols.
557557
- LCOW does not need --platform flag on multi-arch images any more
558-
- Disk size can now be ajusted from 32GiB to drive space.
558+
- Disk size can now be adjusted from 32GiB to drive space.
559559
- Fix dns update too verbose in logs
560560
- Fix panic in diagnose

content/desktop/previous-versions/3.x-mac.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,7 @@ Docker Desktop can sometimes fail to start after updating to version 3.2.0. If y
382382

383383
### Known issues
384384

385-
- It is currently not possible to bind mount files within `~/Libary` into a container. See [docker/for-mac#5115](https://github.com/docker/for-mac/issues/5115).
385+
- It is currently not possible to bind mount files within `~/Library` into a container. See [docker/for-mac#5115](https://github.com/docker/for-mac/issues/5115).
386386
- Building an image with BuildKit from a git URL fails when using the form `github.com/org/repo`. To work around this issue, use the form `git://github.com/org/repo`.
387387
- Some DNS addresses fail to resolve within containers based on Alpine Linux 3.13. See [docker/for-mac#5020](https://github.com/docker/for-mac/issues/5020).
388388

content/desktop/previous-versions/edge-releases-windows.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -912,7 +912,7 @@ This release contains a Kubernetes upgrade. Note that your local Kubernetes clus
912912
* Bug fixes and minor changes
913913
- LCOW does not anymore need --platform flag on multi-arch images
914914
- Better WCOW host.docker.internal resolution on host, don't rewrite it if not modified. From [docker/for-win#1976](https://github.com/docker/for-win/issues/1976)
915-
- Disk size can now be ajusted from 32GiB to drive space.
915+
- Disk size can now be adjusted from 32GiB to drive space.
916916
- Fix dns update too verbose in logs
917917
- Fix panic in diagnose
918918

content/desktop/release-notes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -684,7 +684,7 @@ For frequently asked questions about Docker Desktop releases, see [FAQs](faqs/re
684684

685685
### Known Issues
686686

687-
- Binding a priviledged port on Docker Desktop does not work on macOS. As a workaround you can expose the port on all interfaces (using `0.0.0.0`) or using localhost (using `127.0.0.1`).
687+
- Binding a privileged port on Docker Desktop does not work on macOS. As a workaround you can expose the port on all interfaces (using `0.0.0.0`) or using localhost (using `127.0.0.1`).
688688

689689
## 4.22.1
690690

0 commit comments

Comments
 (0)