Skip to content

Commit 85fbfdb

Browse files
committed
Explain "a warning" will show, not "this warning"
We aren't showing what the warning is, so saying "this warning" is one of those things that works better when you're talking than when you're writing out instructions. By saying "this warning" I thought maybe I was supposed to be able to see the warning itself in the text.
1 parent ccfd97a commit 85fbfdb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/10.arrays/README.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ So we're interpolating an array of renderable elements. This is totally
4545
acceptable, but it has interesting implications for when things change over
4646
time.
4747

48-
We haven't covered things changing over time yet, but this warning's going to
48+
We haven't covered things changing over time yet, but a warning's going to
4949
show up any time you render an array regardless of whether that array changes
5050
so we're going to address that here.
5151

0 commit comments

Comments
 (0)