Skip to content

Commit 77e78e0

Browse files
committed
fix lint
1 parent 3a18319 commit 77e78e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/ember-released-6-4.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,10 @@ Ember.js 6.4 includes 4 noteworthy bug fixes:
4242
#### Potentially Breaking
4343

4444
- [#20842](https://github.com/emberjs/ember.js/pull/20842) [BREAKING] Drop support for TypeScript 4.9 to allow for glimmer-vm upgrade.
45-
- Ember now tests against TypeScript 5.0, 5.1, 5.2, 5.3, 5.4, 5.5, 5.6, 5.7.
45+
- Ember now tests against TypeScript 5.0, 5.1, 5.2, 5.3, 5.4, 5.5, 5.6, 5.7.
4646
Per the rolling support window, following [Semantic Versioning for TypeScript Types](https://www.semver-ts.org/), the supported range of TypeScript versions across two Ember LTS releases must always overlap.
4747
For more examples, see the [Stability heading in this blog post](https://blog.emberjs.com/stable-typescript-types-in-ember-5-1/).
48-
- We now require consumers use `verbatimModuleSyntax`.
48+
- We now require consumers use `verbatimModuleSyntax`.
4949

5050
#### Features
5151

0 commit comments

Comments
 (0)