Skip to content

Commit 976f1cd

Browse files
authored
Update updating-arrays-in-state.md
Added an indefinite article ("a") before the noun
1 parent 4f9d7f4 commit 976f1cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/learn/updating-arrays-in-state.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -763,7 +763,7 @@ function ItemList({ artworks, onToggle }) {
763763

764764
</Sandpack>
765765

766-
Note how with Immer, **mutation like `artwork.seen = nextSeen` is now okay:**
766+
Note how with Immer, a **mutation like `artwork.seen = nextSeen` is now okay:**
767767

768768
```js
769769
updateYourList(draft => {

0 commit comments

Comments
 (0)