File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -23,8 +23,8 @@ Another way to structure your component is to use multiple `.paths` values in yo
23
23
# Require Locals
24
24
25
25
Local components can be required with its name like ` require('qux') ` .
26
- Tne result is the exported module of the main file, which you define in your component.json as ` .main ` .
26
+ The result is the exported module of the main file, which you define in your component.json as ` .main ` .
27
27
28
28
You can also require the other scripts of a foreign component just by writing: ` require('qux/script') ` . See also [ Aliases] ( debugging.md#Aliases ) .
29
29
30
- [ component specifications] ( https://github.com/componentjs/spec/blob/master/component.json/specifications.md#locals )
30
+ [ component specifications] ( https://github.com/componentjs/spec/blob/master/component.json/specifications.md#locals )
You can’t perform that action at this time.
0 commit comments