Skip to content

Commit c43bdd4

Browse files
authored
spelling
1 parent d0e4c86 commit c43bdd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/release/components/defining-a-component.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ export default class BlogPost extends Component {}
285285
> You may notice that we're importing the component from `@glimmer` instead of
286286
> `@ember`. The Glimmer VM is the underlying rendering engine in Ember, and
287287
> Glimmer.js is a minimal component framework built on top of the Glimmer VM.
288-
> Althought components are imported from this outside library, you don't need worry about learning Glimmer separately from Ember.
288+
> Although components are imported from this outside library, you don't need worry about learning Glimmer separately from Ember.
289289
290290
You can add methods and fields to the component, and then access them from the
291291
component's template. For instance, we could add the `sectionClass` property

0 commit comments

Comments
 (0)