Skip to content

Commit cfa2c99

Browse files
committed
typo fix
1 parent 97efd0a commit cfa2c99

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

creating-components/locals.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ Another way to structure your component is to use multiple `.paths` values in yo
2323
# Require Locals
2424

2525
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`.
2727

2828
You can also require the other scripts of a foreign component just by writing: `require('qux/script')`. See also [Aliases](debugging.md#Aliases).
2929

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)

0 commit comments

Comments
 (0)