Skip to content

Commit 2ae8a0a

Browse files
Nitpicks for Ch. 10 (#401)
1 parent 51fe1fe commit 2ae8a0a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

exercises/10.arrays/01.solution.key-prop/README.mdx

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22

33
<EpicVideo url="https://www.epicreact.dev/workshops/react-fundamentals/key-prop/solution" />
44

5-
👨‍💼 Great work. That was super weird an confusing for our users. They're much
5+
👨‍💼 Great work. That was super weird and confusing for our users. They're much
66
happier now.
77

8-
🦉 Note, the key only needs to be unique within a given array. So this works
8+
🦉 The key only needs to be unique within a given array. So this works
99
fine:
1010

1111
```tsx

exercises/10.arrays/README.mdx

+1-1
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)