Skip to content

Commit

Permalink
fixed typo in MULTIPLE_ERRORS.
Browse files Browse the repository at this point in the history
  • Loading branch information
Chrico committed Dec 18, 2017
1 parent 16a12b3 commit dcc57f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
### Fixed

* Fixed typo in `NOT_LESS` where message pointed two times to `%1$s`.
* Fixed type in `MULTIPLE_ERRORS`.

## 1.2.4

Expand Down
2 changes: 1 addition & 1 deletion src/Error/WordPressErrorLogger.php
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ public function __construct( array $messages = [ ] ) {
),
self::MULTIPLE_ERRORS => sprintf(
__(
'ome errors occurred for %s.',
'Some errors occurred for %s.',
'inpsyde-validator'
),
'<code>%value%</code>'
Expand Down

0 comments on commit dcc57f7

Please sign in to comment.