Skip to content

Commit 6fb03eb

Browse files
committed
Fix metho typo
1 parent 9f3bd3d commit 6fb03eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/files/JSON-CONFIG-PROCESSOR.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Finally, on a side note, the process validates the properties of a dictionary in
1919

2020
Now we would explain what you can do when using custom processes:
2121
- You can access the property to call its methods, using the 'get_property' method.
22-
- You can raise custom errors and warnings, using the 'add_error' and 'add_warning' metho.
22+
- You can raise custom errors and warnings, using the 'add_error' and 'add_warning' methods.
2323
- You can modify the output of a certain property, but only while postprocessing.
2424
- You can set global variables that can be accessed or modify at any point of the validation process, using the 'set_variable', 'has_variable' and 'get_variable' methods.
2525

0 commit comments

Comments
 (0)