Skip to content

Commit e0dc80e

Browse files
authored
Update index.md (#62)
1 parent 90a695d commit e0dc80e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/architecture/components/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ If the config value is not set, then we do not call the setter function.
168168
- `CODEOWNERS`: A list of GitHub usernames that are responsible for this component. `script/build_codeowners.py` will
169169
update the `CODEOWNERS` file.
170170
- `DEPENDENCIES`: A list of components that this component depends on. If these components are not present in the
171-
configuration, validation will fail and the user will be shown an error.
171+
configuration, or loaded by another component, validation will fail and the user will be shown an error.
172172
- `MULTI_CONF`: If set to `True`, the user can use this component multiple times in their configuration. If set to a
173173
number, the user can use this component that number of times.
174174
- `MULTI_CONF_NO_DEFAULT`: This is a special flag that allows the component to be auto-loaded without an instance of

0 commit comments

Comments
 (0)