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