File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
guides/release/components Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -285,7 +285,7 @@ export default class BlogPost extends Component {}
285
285
> You may notice that we're importing the component from ` @glimmer ` instead of
286
286
> ` @ember ` . The Glimmer VM is the underlying rendering engine in Ember, and
287
287
> 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.
289
289
290
290
You can add methods and fields to the component, and then access them from the
291
291
component's template. For instance, we could add the ` sectionClass ` property
You can’t perform that action at this time.
0 commit comments