From e1650f9cc9d4c51d1c79b8796a23ba3788ebfa2b Mon Sep 17 00:00:00 2001 From: Esdras Portillo Date: Tue, 6 Mar 2018 20:44:28 +0000 Subject: [PATCH] Update Actions.md Small change, just putting the comma outside the quotation mark --- docs/basics/Actions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/basics/Actions.md b/docs/basics/Actions.md index a36146d703..c5a74171da 100644 --- a/docs/basics/Actions.md +++ b/docs/basics/Actions.md @@ -51,7 +51,7 @@ Finally, we'll add one more action type for changing the currently visible todos ## Action Creators -**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. +**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. In Redux, action creators simply return an action: