Skip to content

Commit c2127f3

Browse files
committed
fix: correct name for data type
1 parent c3de5e9 commit c2127f3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

proto/aquila/aquila.action.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ message Configuration {
2626

2727
// Flow Configuration
2828
repeated shared.RuntimeFunctionDefinition function_definitions = 3;
29-
repeated shared.DefintionDataType data_tyoes = 4;
29+
repeated shared.DefinitionDataType data_tyoes = 4;
3030
repeated shared.FlowType flow_types = 5;
3131

3232
// Application Configuration

0 commit comments

Comments
 (0)