Skip to content

Commit 51effa3

Browse files
authored
Update README.md
1 parent d711e02 commit 51effa3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ const MyComponent = () => {
172172
return {
173173
method: "PUT",
174174
url: url,
175-
// send a single file in the body to the storage bucker
175+
// send a single file in the body to the storage bucket
176176
body: files[0],
177177
};
178178
});

0 commit comments

Comments
 (0)