Skip to content

Commit 34ea025

Browse files
authored
Update README.md
1 parent 3beff8a commit 34ea025

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,8 +152,8 @@ export default HelloWorldTargetUI;
152152
Form validation is performed by the function exported by the `validate.ts` file. This function returns an array of `ValueValidator` objects, and takes two parameters:
153153
1. The step inputs as [input paths](https://github.com/OctopusDeploy/Architecture/blob/main/Steps/Concepts/InputsAndOutputs.md#input-paths).
154154
2. A validation function that returns a `ValueValidator` and takes two parameters:
155-
1. An input path.
156-
2. A function returning a string containing the error code (or returns nothing if there is no validation error) and takes the input value (retrieved from the input path) as the first parameter.
155+
1. An input path.
156+
2. A function returning a string containing the error code (or returns nothing if there is no validation error) and takes the input value (retrieved from the input path) as the first parameter.
157157

158158
Here is an example:
159159

0 commit comments

Comments
 (0)