diff --git a/app/templates/editions/polaris.hbs b/app/templates/editions/polaris.hbs index c011a430..e94cabd4 100644 --- a/app/templates/editions/polaris.hbs +++ b/app/templates/editions/polaris.hbs @@ -37,7 +37,7 @@ It also helps unlock the road to new capabilities such as code splitting in the future. See the ember-template-imports repository to get started today!
Embroider is the next-generation build system for Ember apps. The goal is to compile Ember apps into spec-compliant, modern Javascript. This allows the integration with all the build tooling improvements seen in the wider JavaScript ecosystem.
+Embroider is the next-generation build system for Ember apps. The goal is to compile Ember apps into spec-compliant, modern Javascript. This allows the integration with all the build tooling improvements seen in the wider JavaScript ecosystem.
The Octane edition saw the introduction of auto-tracking which simplified the previous reactivity system, and made it more performant. Polaris introduces the concept of resources. This pattern is a general concept that extends beyond Ember or any framework. To learn about the framework-agnostic approach to universal reactivity, check out the Starbeam Project.