Skip to content

Commit 83ac18a

Browse files
committed
add configuration as concept 3
1 parent 48baa89 commit 83ac18a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
1414
- core: initialization throws if mandatory configuration `fallbackValue` is `undefined` (missing) or `null` (always
1515
invalid).
1616

17-
- core: initialization throws if mandatory configuration `type` is not in `["number", "string", "boolean"]` (invalid).
17+
- core: initialization throws if mandatory configuration `type` is not in `["boolean", "number", "string"]` (invalid).
1818

1919
- core: initialization throws if its invoked more than once. the reason is that the options passed in subsequent calls
2020
were always ignored.

0 commit comments

Comments
 (0)