Skip to content

Commit edb8ad5

Browse files
committed
add configuration as concept 5
1 parent e0394f4 commit edb8ad5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/concepts/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ JS object that maps feature toggle keys to their respective configurations.
4242
[Feature Vector Provider]({{ site.baseurl }}/plugin/#feature-vector-provider).
4343
- _files_: are configuration files read _during initialization_. Files can be either in JSON or YAML format. For
4444
details see [Configuration Usage]({{ site.baseurl }}/usage/#configuration). This layer takes precedence over auto
45-
and the order of the files determines their precedence, with the last occurrence of a configuration overriding
45+
and the order of the files determines their precedence, with the _last occurrence_ for each toggle overriding
4646
previous occurrences.
4747
- _runtime_: are configurations passed just-in-time for initialization. This layer takes precedence over auto and
4848
files.

0 commit comments

Comments
 (0)