Skip to content

Commit e148de7

Browse files
authored
Merge pull request #447 from AnaelKremer/patch-1
Fixed an error in validate instruction in Doc
2 parents 2f7211e + e8e487d commit e148de7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/plugin-core.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1469,7 +1469,7 @@ Script:
14691469
path = a
14701470
rule = required|number
14711471
1472-
path = a
1472+
path = b
14731473
rule = required|string
14741474
```
14751475

0 commit comments

Comments
 (0)