Skip to content

Commit f2556a9

Browse files
authored
Fix spelling of "ECMAScript" (#65)
It's "Ecma International", but it's not "EcmaScript".
1 parent 66ecd9a commit f2556a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Level: none
77
URL: https://common-min-api.proposal.wintercg.org/
88
Repository: https://github.com/wintercg/proposal-common-minimum-api
99
Editor: James M Snell, Cloudflare https://cloudflare.com/, [email protected]
10-
Abstract: Minimum Common Web Platform API for Non-Browser EcmaScript-based runtimes.
10+
Abstract: Minimum Common Web Platform API for Non-Browser ECMAScript-based runtimes.
1111
Markup Shorthands: markdown yes
1212
</pre>
1313
<pre class=link-defaults>
@@ -27,7 +27,7 @@ Terminology {#terminology}
2727

2828
The Web Platform is the combination of technology standards defined by organizations such as the W3C, the WHATWG, and others as implemented by Web Browsers.
2929

30-
A <dfn>Web-interoperable Runtime</dfn> is any EcmaScript-based application runtime environment that implements the subset of Web Platform APIs outlined in this specification.
30+
A <dfn>Web-interoperable Runtime</dfn> is any ECMAScript-based application runtime environment that implements the subset of Web Platform APIs outlined in this specification.
3131
While this term is intentionally broad to also encompass Web Browsers, the primary focus here is on outlining expectations for non-browser runtimes.
3232

3333
Common API Index {#index}

0 commit comments

Comments
 (0)