Skip to content

Commit

Permalink
Merge pull request #19974 from muziejus/glimmer-component-docs
Browse files Browse the repository at this point in the history
[DOC] Fix two typos in glimmer-component-docs.ts
  • Loading branch information
chriskrycho authored Feb 18, 2022
2 parents dd51eaf + b07f42c commit 1c3fc0b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
Ember ships with two types of JavaScript classes for components:
1. Glimmer components, imported from `@glimmer/component`, which are the
default component's for Ember Octane (3.15) and more recent editions.
default components for Ember Octane (3.15) and more recent editions.
2. Classic components, imported from `@ember/component`, which were the
default for older editions of Ember (pre 3.15).
Expand Down Expand Up @@ -240,7 +240,7 @@
location as the template file, with the same name, and export a subclass
of `Component` as the default value. For example, to add Javascript to the
`PersonProfile` component which we defined above, we would create
`app/comopnents/person-profile.js` and export our class as the default, like
`app/components/person-profile.js` and export our class as the default, like
so:
```app/components/person-profile.js
Expand Down

0 comments on commit 1c3fc0b

Please sign in to comment.