diff --git a/docs/api.md b/docs/api.md index 175ebadf..314047bf 100644 --- a/docs/api.md +++ b/docs/api.md @@ -110,7 +110,7 @@ NewApp creates a new Flogo application ```go func (a *App) Actions() map[string]*Action ``` -Triggers gets the Triggers of the application +Actions gets the Actions of the application #### func (*App) AddAction