Skip to content

Commit 1f393c4

Browse files
kidrocaBeamanator
andauthored
Apply suggestions from code review
Co-authored-by: Alex Beaman <[email protected]>
1 parent bb25c15 commit 1f393c4

File tree

1 file changed

+1
-1
lines changed
  • packages/react-native-web/src/exports/Image

1 file changed

+1
-1
lines changed

packages/react-native-web/src/exports/Image/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,7 @@ const ImageWithHeaders: ImageComponent = React.forwardRef((props, ref) => {
373373
onLoadStart();
374374
}
375375

376-
// Store a ref for the current request so when know what's the last loaded source,
376+
// Store a ref for the current load request so we know what's the last loaded source,
377377
// and so we can cancel it if a different source is passed through props
378378
request.current = ImageLoader.loadWithHeaders(nextSource);
379379

0 commit comments

Comments
 (0)