From 7d6243e6b40650ad25edfd06356ed4526ef27fb6 Mon Sep 17 00:00:00 2001 From: Michael Li Date: Mon, 2 Jun 2025 23:48:06 +1000 Subject: [PATCH] docs: fix incorrect word in custom_docker.md (#4901) --- docs/docs/cloud/deployment/custom_docker.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/cloud/deployment/custom_docker.md b/docs/docs/cloud/deployment/custom_docker.md index 8bc520f12..d1db7eeff 100644 --- a/docs/docs/cloud/deployment/custom_docker.md +++ b/docs/docs/cloud/deployment/custom_docker.md @@ -16,4 +16,4 @@ Users can add an array of additional lines to add to the Dockerfile following th } ``` -This would install the system packages required to use Pillow if we were working with `jpeq` or `png` image formats. \ No newline at end of file +This would install the system packages required to use Pillow if we were working with `jpeg` or `png` image formats. \ No newline at end of file