Skip to content

Commit 3951cd0

Browse files
cdavernasnyamathshaik
authored andcommitted
Fix a the catalog link in the use section table (#1088)
Signed-off-by: Charles d'Avernas <charles.davernas@neuroglia.io> Signed-off-by: Nyamath Shaik <nyamath.shaik@uipath.com>
1 parent 25a7d30 commit 3951cd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dsl-reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ Defines the workflow's reusable components.
129129
| Name | Type | Required | Description|
130130
|:--|:---:|:---:|:---|
131131
| authentications | [`map[string, authentication]`](#authentication) | `no` | A name/value mapping of the workflow's reusable authentication policies. |
132-
| catalogs | [`map[string, catalog]`(#catalog)] | `no` | A name/value mapping of the workflow's reusable resource catalogs. |
132+
| catalogs | [`map[string, catalog]`](#catalog) | `no` | A name/value mapping of the workflow's reusable resource catalogs. |
133133
| errors | [`map[string, error]`](#error) | `no` | A name/value mapping of the workflow's reusable errors. |
134134
| extensions | [`map[string, extension]`](#extension) | `no` | A list of the workflow's reusable extensions. |
135135
| functions | [`map[string, task]`](#task) | `no` | A name/value mapping of the workflow's reusable tasks. |

0 commit comments

Comments
 (0)