Fix typo in Javadoc in HeaderAssertions

Closes gh-27589
This commit is contained in:
xxpain 2021-10-22 15:47:13 +08:00 committed by Sam Brannen
parent a603779f33
commit 66826ac960
1 changed files with 1 additions and 1 deletions

View File

@ -115,7 +115,7 @@ public class HeaderAssertions {
/**
* Match all values of the response header with the given regex
* patterns which are applied to the values of the header in the
* same order. Note that the number of pattenrs must match the
* same order. Note that the number of patterns must match the
* number of actual values.
* @param name the header name
* @param patterns one or more regex patterns, one per expected value