Skip to content

Commit e1b99e6

Browse files
committed
spelling
1 parent 6be1de5 commit e1b99e6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

guides/release/upgrading/editions.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
This guide is for developers who already know Ember, and who want to learn the new concepts introduced
22
by Octane, Ember's first Edition.
33

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).
55

66
## What is Ember Octane?
77

@@ -321,7 +321,7 @@ Now that classes are available in JavaScript, we can do away with some of the
321321
The only class that is _not_ supported is the _classic Ember component_ class,
322322
imported from `@ember/component`. This is mainly because it requires additional
323323
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
325325
native classes, and refer to their documentation as a guide.
326326

327327
#### `constructor` instead of `init`
@@ -1810,6 +1810,6 @@ Additionally, the `mut` helper generally can't be used for the same reason:
18101810
## Conclusion
18111811

18121812
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.
18141814

18151815
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

Comments
 (0)