Skip to content

Commit f133d61

Browse files
Esdras Portillotimdorr
authored andcommitted
Update Actions.md (#2873)
Small change, just putting the comma outside the quotation mark
1 parent 5531d9b commit f133d61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/basics/Actions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Finally, we'll add one more action type for changing the currently visible todos
5151

5252
## Action Creators
5353

54-
**Action creators** are exactly that—functions that create actions. It's easy to conflate the terms “action” and “action creator,” so do your best to use the proper term.
54+
**Action creators** are exactly that—functions that create actions. It's easy to conflate the terms “action” and “action creator”, so do your best to use the proper term.
5555

5656
In Redux, action creators simply return an action:
5757

0 commit comments

Comments
 (0)