Skip to content

Commit b84f392

Browse files
committed
ranges
1 parent 47afdf1 commit b84f392

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

app/templates/browser-support.hbs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959

6060
<h2>Browser Support by Major Ember Version</h2>
6161

62-
<h3>Ember 5.0.0</h3>
62+
<h3>Ember 5.x</h3>
6363

6464
<ul class="list-unstyled layout my-3">
6565
<EsCard class="lg:col-2">
@@ -88,7 +88,7 @@
8888
</EsCard>
8989
</ul>
9090

91-
<h3>Ember 4.0.0</h3>
91+
<h3>Ember 4.x</h3>
9292

9393
<ul class="list-unstyled layout my-3">
9494
<EsCard class="lg:col-2">
@@ -117,10 +117,10 @@
117117
</EsCard>
118118
</ul>
119119

120-
<h3>Ember 3.0.0</h3>
120+
<h3>Ember 3.x</h3>
121121

122122
<p>
123-
The first Ember major version to be covered by the <a href="https://rfcs.emberjs.com/id/0685-new-browser-support-policy">New Browser Support Policy</a> was 4.0.0. The following browser support numbers are not official and are estimated based on the CI testing matrix for the 3.0 series.
123+
The first Ember major version to be covered by the <a href="https://rfcs.emberjs.com/id/0685-new-browser-support-policy">New Browser Support Policy</a> was 4.0.0. The following browser support numbers are not official and are estimated based on the CI testing matrix for the 3.x series.
124124
</p>
125125

126126
<div class="layout my-3">

0 commit comments

Comments
 (0)