Skip to content

Commit

Permalink
Normalize spelling to US English
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory committed Oct 31, 2023
1 parent 2d81d2f commit b0faceb
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@
* // Validate/Convert the date using GMT
* Date fooDate = validator.validate(fooString, "dd/MM/yyyy", GMT);
* </pre>
* <p>The following Time Zone <i>flavours</i> of the Validation/Conversion methods
* <p>The following Time Zone <i>flavors</i> of the Validation/Conversion methods
* are provided:</p>
* <ul>
* <li><code>validate(<i>value</i>, TimeZone)</code></li>
Expand Down Expand Up @@ -406,7 +406,7 @@
* by creating a new instance, which caches and re-uses compiled Patterns.
* </p>
* <ul>
* <li><b>Method Flavours</b> - three <i>flavours</i> of validation metods are provided:</li>
* <li><b>Method Flavours</b> - three <i>flavors</i> of validation metods are provided:</li>
* <li>
* <ul>
* <li><code>isValid()</code> methods return true/false to indicate
Expand Down

0 comments on commit b0faceb

Please sign in to comment.