Skip to content

Commit

Permalink
Fix comment typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kidroca committed Jan 5, 2023
1 parent 7c6f58e commit 33cb405
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-native-web/src/modules/ImageLoader/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ const ImageLoader = {
});
return Promise.resolve(result);
},
// 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
resolveUri(uri: string): string {
for (const key in requests) {
const request = requests[key];
Expand Down

0 comments on commit 33cb405

Please sign in to comment.