From 15febdb8a2d88dc2db9aedf2103c29f553d18e27 Mon Sep 17 00:00:00 2001 From: niejunhao Date: Thu, 29 Oct 2020 11:43:41 +0800 Subject: [PATCH] doc error fix --- docs/api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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