Skip to content
This repository was archived by the owner on Jun 9, 2021. It is now read-only.

Commit 7e93067

Browse files
committed
Fix typo
1 parent 9297dbf commit 7e93067

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
@@ -19,7 +19,7 @@ The Pull Request Notifier for Bitbucket Server can:
1919
* RESCOPED_TO, when target branch change
2020
* BUTTON_TRIGGER, when trigger button in pull request view is pressed
2121
* Can invoke CSRF protected systems, using the ${INJECTION_URL_VALUE} variable. How to to that with Jenkins is described below.
22-
* Be configured to only trigger if the pull request mathches a filter. A filter text is constructed with any combination of the variables and then a regexp is constructed to match that text.
22+
* Be configured to only trigger if the pull request matches a filter. A filter text is constructed with any combination of the variables and then a regexp is constructed to match that text.
2323
* Add buttons to pull request view in Bitbucket Server. And map those buttons to URL invocations. This can be done by setting the filter string to ${BUTTON_TRIGGER_TITLE} and the filter regexp to title of button.
2424
* Buttons can have forms associated with them, and then submit the form data using the ${BUTTON_FORM_DATA} variable.
2525
* Authenticate with HTTP basic authentication.

0 commit comments

Comments
 (0)