Skip to content

Commit 8cbb08b

Browse files
RussNelsonmichaelarnauts
authored andcommitted
Minor typo fix.
1 parent 8e57044 commit 8cbb08b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/developers/component_loading.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ A component will be loaded on start if a section (ie. `light:`) for it exists in
1717
Once loaded, a component will only be setup if all dependencies can be loaded and are able to setup. Keep an eye on the logs to see if your component could be loaded and initialized.
1818

1919
<p class='note warning'>
20-
You can override a built-in component by having a component with the same name in your <code>config/custom_components</code> folder. If the build-in component is inside a subfolder, take care to place your customization in a folder with the same name in <code>config/custom_components/*folder*</code>. Note that overriding build-in components is not recommended and will probably break things!
20+
You can override a built-in component by having a component with the same name in your <code>config/custom_components</code> folder. If the built-in component is inside a subfolder, take care to place your customization in a folder with the same name in <code>config/custom_components/*folder*</code>. Note that overriding built-in components is not recommended and will probably break things!
2121
</p>
2222

2323
<p class='note'>

0 commit comments

Comments
 (0)