We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c6f58e commit 33cb405Copy full SHA for 33cb405
packages/react-native-web/src/modules/ImageLoader/index.js
@@ -212,7 +212,7 @@ const ImageLoader = {
212
});
213
return Promise.resolve(result);
214
},
215
- // Resolves thr local blob for URIs loaded with `fetch`, otherwise just returns the URI
+ // Resolves the local blob for URIs loaded with `fetch`, otherwise just returns the URI
216
resolveUri(uri: string): string {
217
for (const key in requests) {
218
const request = requests[key];
0 commit comments