Skip to content

Commit c0b02d8

Browse files
committed
add configuration as concept 7
1 parent c2dbd6c commit c0b02d8

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
@@ -40,7 +40,7 @@ Javascript objects that map feature toggle keys to their respective configuratio
4040
- _auto_: are configurations recognized automatically _before initialization_. This layer is meant to be used for the
4141
CDS modelling feature toggles of the form `/fts/<feature-name>`. For details see
4242
[Feature Vector Provider]({{ site.baseurl }}/plugin/#feature-vector-provider).
43-
- _files_: are configuration files read _during initialization_. Files can be either in JSON or YAML format. For
43+
- _files_: are configuration files read _during initialization_. Files can be either in YAML or JSON format. For
4444
details see [Configuration Usage]({{ site.baseurl }}/usage/#configuration). This layer takes precedence over auto
4545
and the order of the files determines their precedence, with the _last occurrence_ for each toggle overriding
4646
previous occurrences.

0 commit comments

Comments
 (0)