Skip to content

Commit d8bb1a4

Browse files
authored
fix: resolved typo in storage setup documentation
1 parent 4742d13 commit d8bb1a4

File tree

1 file changed

+1
-1
lines changed
  • src/pages/[platform]/build-a-backend/storage/set-up-storage

1 file changed

+1
-1
lines changed

src/pages/[platform]/build-a-backend/storage/set-up-storage/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -787,7 +787,7 @@ class MyApp extends StatefulWidget {
787787

788788
### Upload your first file
789789

790-
Next, let's a photo to the `picture-submissions/` path.
790+
Next, let's add a photo to the `picture-submissions/` path.
791791

792792
<InlineFilter filters={["react", "react-native"]}>
793793
```jsx

0 commit comments

Comments
 (0)