Skip to content

Commit 9e1d553

Browse files
Merge pull request #19 from javiereguiluz/patch-1
Fixed minor typo [skip ci]
2 parents ce15822 + 839cd94 commit 9e1d553

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
@@ -82,7 +82,7 @@ class ConfigurationWithRequiredValue implements ConfigurationInterface
8282
}
8383
```
8484

85-
When you provide an empty array as the values for this configuration, you would expect an exception since the
85+
When you provide an empty array as the value for this configuration, you would expect an exception since the
8686
``required_value`` node is required. You can assert that a given set of configuration values is invalid using the
8787
``assertConfigurationIsInvalid()`` method:
8888

0 commit comments

Comments
 (0)