Skip to content

Commit bc7744b

Browse files
authored
Fix typo in README.md
1 parent a55facb commit bc7744b

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
@@ -134,7 +134,7 @@ The following examples uploads a `File` using the default settings, a request u
134134

135135
The returned `requestId` is used to identify the request in global callbacks and to cancel the request if needed. The callback should be any implementation of `UploadCallback`.
136136

137-
The uploaded image is assigned a randomly generated public I. As soon as `onSuccess` is called, the image is immediately available for download through a CDN:
137+
The uploaded image is assigned a randomly generated public Id. As soon as `onSuccess` is called, the image is immediately available for download through a CDN:
138138

139139
MediaManager.get().url().generate("abcfrmo8zul1mafopawefg.jpg")
140140

0 commit comments

Comments
 (0)