Skip to content
This repository was archived by the owner on Nov 13, 2022. It is now read-only.

Commit 902f271

Browse files
committed
chore: typo in examples
1 parent d58d08a commit 902f271

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/SuspenseImage.bs.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/SuspenseImage.re

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ let imageResource =
1212
(),
1313
);
1414

15-
imageResource->ReactCache.read("dot.png");
15+
imageResource->ReactCache.read("dog.png");
1616
imageResource->ReactCache.preload("cat.png");

0 commit comments

Comments
 (0)