Skip to content

Commit ce94794

Browse files
author
Tihomir Surdilovic
authored
Merge pull request #8 from tsurdilo/fixreadmetypo
Small typo fix
2 parents 97ab35a + f7951b7 commit ce94794

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ assertNotNull(Workflow.toYaml(testWorkflow));
210210

211211
#### Using Workflow Validation
212212

213-
Validation allows you to performe Json Schema validation against the JSON/YAML workflow definitions.
213+
Validation allows you to perform Json Schema validation against the JSON/YAML workflow definitions.
214214
Once you have a `Workflow` instance, you can also run integrity checks.
215215

216216
You can validate a Workflow JSON/YAML definition to get validation errors:

0 commit comments

Comments
 (0)