From 5f778bf8b760f500ec0307df785fe5ff690294f7 Mon Sep 17 00:00:00 2001 From: Richard Lai Date: Mon, 18 May 2015 07:55:39 -0400 Subject: [PATCH] Fix typo Also, I noticed that you like to you the word "we've" a lot. As a suggestion try not to use it when the following word is a noun. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 140483c..deca2c5 100644 --- a/README.md +++ b/README.md @@ -227,7 +227,7 @@ We also describe this method as "action passing". This is the basic building blo #### Actions and Promises -We've have es6-promise support for Actions. When you call an actions either via `FlowComponents.callAction` or action passing, you'll get a promise always. Based on that promise you can model your component. +We have es6-promise support for Actions. When you call an actions either via `FlowComponents.callAction` or action passing, you'll get a promise always. Based on that promise you can model your component. Action definition, does not need to return a promise all the time. If you return a promise, Flow Component will pass it to the caller. If not, it'll create a empty promise.