File: content/manuals/desktop/features/wasm.md
Issue
The page uses future-tense language to describe deprecation:
Wasm workloads will be deprecated and removed in a future Docker Desktop release. It is no longer actively maintained.
This creates ambiguity - if it's "no longer actively maintained," it's already deprecated in practice. The "will be" framing suggests this is a future event when the deprecation appears to already be in effect.
Suggested fix
Use present tense to clearly state the current status:
"Wasm workloads are deprecated and will be removed in a future Docker Desktop release. This feature is no longer actively maintained."
Or if there's a specific timeline, provide it:
"Wasm workloads are deprecated as of version X.Y and will be removed in version Z."
Found by nightly documentation freshness scanner
File:
content/manuals/desktop/features/wasm.mdIssue
The page uses future-tense language to describe deprecation:
This creates ambiguity - if it's "no longer actively maintained," it's already deprecated in practice. The "will be" framing suggests this is a future event when the deprecation appears to already be in effect.
Suggested fix
Use present tense to clearly state the current status:
"Wasm workloads are deprecated and will be removed in a future Docker Desktop release. This feature is no longer actively maintained."
Or if there's a specific timeline, provide it:
"Wasm workloads are deprecated as of version X.Y and will be removed in version Z."
Found by nightly documentation freshness scanner