Skip to content

Commit 5922c46

Browse files
neomax7kodster28
andauthored
fixed typo in src -> content -> docs -> containers -> image-management (cloudflare#23399)
* fixed typo in src -> content -> docs -> containers -> image-management FROM : "wrangler containers delete" TO: "wrangler containers images delete" REASON: this is a image-management page not a container management. * Update src/content/docs/containers/image-management.mdx --------- Co-authored-by: Kody Jackson <[email protected]>
1 parent f94f303 commit 5922c46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/containers/image-management.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,5 +106,5 @@ Images are limited to 2 GB in size and you are limited to 50 total GB in your ac
106106
These limits will likely increase in the future.
107107
:::
108108

109-
Delete images with `wrangler containers delete` to free up space, but note that reverting a
109+
Delete images with `wrangler containers images delete` to free up space, but reverting a
110110
Worker to a previous version that uses a deleted image will then error.

0 commit comments

Comments
 (0)