3
0

Fixed a typo on generated template translation labels

This commit is contained in:
Peter Grlica
2021-07-15 09:28:03 +02:00
parent 5962d19cd0
commit b6a4937739
2 changed files with 3 additions and 3 deletions

View File

@@ -351,7 +351,7 @@ type (
}
)
// Each function Tempates
// Each function Templates
//
// expects implementation of each function:
// func (h templatesHandler) each(ctx context.Context, args *templatesEachArgs) (results *templatesEachResults, err error) {
@@ -363,7 +363,7 @@ func (h templatesHandler) Each() *atypes.Function {
Kind: "iterator",
Labels: map[string]string{"templates": "step,workflow"},
Meta: &atypes.FunctionMeta{
Short: "Tempates",
Short: "Templates",
},
Parameters: []*atypes.Param{

View File

@@ -87,7 +87,7 @@ functions:
each:
kind: iterator
meta:
short: Tempates
short: Templates
params: *filterParams
labels:
<<: *labels