|
1 | 1 | This guide is for developers who already know Ember, and who want to learn the new concepts introduced
|
2 | 2 | by Octane, Ember's first Edition.
|
3 | 3 |
|
4 |
| -If you're new to Ember, we recommend starting with the [Quickstart and Tutorials](https://emberjs.com/learn). |
| 4 | +If you're new to Ember, we recommend starting with the [Quick start and Tutorials](https://emberjs.com/learn). |
5 | 5 |
|
6 | 6 | ## What is Ember Octane?
|
7 | 7 |
|
@@ -321,7 +321,7 @@ Now that classes are available in JavaScript, we can do away with some of the
|
321 | 321 | The only class that is _not_ supported is the _classic Ember component_ class,
|
322 | 322 | imported from `@ember/component`. This is mainly because it requires additional
|
323 | 323 | decorators that are not available in Ember.js directly. You can instead use
|
324 |
| -external addons like [ember-decorators][https://ember-decorators.github.io/ember-decorators] if you want to convert these to |
| 324 | +external addons like [ember-decorators](https://ember-decorators.github.io/ember-decorators) if you want to convert these to |
325 | 325 | native classes, and refer to their documentation as a guide.
|
326 | 326 |
|
327 | 327 | #### `constructor` instead of `init`
|
@@ -1810,6 +1810,6 @@ Additionally, the `mut` helper generally can't be used for the same reason:
|
1810 | 1810 | ## Conclusion
|
1811 | 1811 |
|
1812 | 1812 | There's a lot to learn here, but remember, you can gradually adopt these features
|
1813 |
| -in existing apps. Everything you used to do will work all the way through the rest of Ember 3, since Ember follows semver strictly. |
| 1813 | +in existing apps. Everything you used to do will work all the way through the rest of Ember 3, since Ember follows SemVer strictly. |
1814 | 1814 |
|
1815 | 1815 | If you need any help, check out the [chat and forums](https://emberjs.com/community/). If you spot something to improve in this guide, you can help out by [filing an issue or a PR](https://github.com/ember-learn/guides-source). Thank you!
|
0 commit comments