Skip to content

Commit 839cd94

Browse files
committed
Fixed minor typo
1 parent ce15822 commit 839cd94

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)