Browse Source

[Beta] Move the colon outside the quotation marks (#5021)

main
zqran 2 years ago
committed by GitHub
parent
commit
32de73b668
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      beta/src/content/learn/extracting-state-logic-into-a-reducer.md

2
beta/src/content/learn/extracting-state-logic-into-a-reducer.md

@ -250,7 +250,7 @@ function handleDeleteTask(taskId) {
} }
``` ```
The object you pass to `dispatch` is called an "action:" The object you pass to `dispatch` is called an "action":
```js {3-7} ```js {3-7}
function handleDeleteTask(taskId) { function handleDeleteTask(taskId) {

Loading…
Cancel
Save