diff --git a/README.md b/README.md index 5751e432..db5abacd 100644 --- a/README.md +++ b/README.md @@ -577,7 +577,7 @@ This applies to all configurations outlined in `Configuration Specification` and | .method | The extraction method used. Defaults to: `replace`. Alternative values: `replaceAll`, `match`. These methods specified references the JavaScript String method. And a special method `regexr`, that functions similar to the `list` within the regexr tool. | | .flags | Defines the regex flags specified for the pattern. Default: `gu`. | | .on_empty | Defines the placeholder to be filled in, if the regex does not lead to a result. | -| .on_property | This is available for `Extractor` type regex objects. With the property describing a field available in PRs. (e.g.: title, body, ...) | +| .on_property | This is available for `Extractor` type regex objects. With the property describing a field available in PRs. (e.g.: title, body, ...) Default: `body`. |
Example regex configuration block