Skip to content

Commit 589a1d3

Browse files
authored
doc: fix typo in updating-objects-in-state.md (#7077)
1 parent d5aaa72 commit 589a1d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,7 @@ Note that the `...` spread syntax is "shallow"--it only copies things one level
379379

380380
#### Using a single event handler for multiple fields {/*using-a-single-event-handler-for-multiple-fields*/}
381381

382-
You can also use the `[` and `]` braces inside your object definition to specify a property with dynamic name. Here is the same example, but with a single event handler instead of three different ones:
382+
You can also use the `[` and `]` braces inside your object definition to specify a property with a dynamic name. Here is the same example, but with a single event handler instead of three different ones:
383383

384384
<Sandpack>
385385

0 commit comments

Comments
 (0)