From d8bb1a46e4add915e01635744babcd818dfe5da0 Mon Sep 17 00:00:00 2001 From: Justin Veloso <107990971+ThatDott@users.noreply.github.com> Date: Sat, 25 Oct 2025 05:46:11 +0800 Subject: [PATCH] fix: resolved typo in storage setup documentation --- .../[platform]/build-a-backend/storage/set-up-storage/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/[platform]/build-a-backend/storage/set-up-storage/index.mdx b/src/pages/[platform]/build-a-backend/storage/set-up-storage/index.mdx index 3cc43570f9c..af48060987f 100644 --- a/src/pages/[platform]/build-a-backend/storage/set-up-storage/index.mdx +++ b/src/pages/[platform]/build-a-backend/storage/set-up-storage/index.mdx @@ -787,7 +787,7 @@ class MyApp extends StatefulWidget { ### Upload your first file -Next, let's a photo to the `picture-submissions/` path. +Next, let's add a photo to the `picture-submissions/` path. ```jsx