Skip to content

Commit

Permalink
Nitpicks for Ch. 10 (#401)
Browse files Browse the repository at this point in the history
  • Loading branch information
ianjmacintosh authored Oct 16, 2024
1 parent 51fe1fe commit 2ae8a0a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions exercises/10.arrays/01.solution.key-prop/README.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

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

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

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

```tsx
Expand Down
2 changes: 1 addition & 1 deletion exercises/10.arrays/README.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ So we're interpolating an array of renderable elements. This is totally
acceptable, but it has interesting implications for when things change over
time.

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

Expand Down

0 comments on commit 2ae8a0a

Please sign in to comment.