Skip to content

Commit 33cb405

Browse files
committed
Fix comment typo
1 parent 7c6f58e commit 33cb405

File tree

1 file changed

+1
-1
lines changed
  • packages/react-native-web/src/modules/ImageLoader

1 file changed

+1
-1
lines changed

packages/react-native-web/src/modules/ImageLoader/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ const ImageLoader = {
212212
});
213213
return Promise.resolve(result);
214214
},
215-
// Resolves thr local blob for URIs loaded with `fetch`, otherwise just returns the URI
215+
// Resolves the local blob for URIs loaded with `fetch`, otherwise just returns the URI
216216
resolveUri(uri: string): string {
217217
for (const key in requests) {
218218
const request = requests[key];

0 commit comments

Comments
 (0)