Skip to content

Commit bb8df1e

Browse files
danielbayleyGeoffreyBooth
authored andcommitted
Fix typos (#5287)
1 parent 61d408f commit bb8df1e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/v2/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5616,7 +5616,7 @@ <h3><a href="https://github.com/jashkenas/coffeescript/compare/2.4.1...2.5.0">2.
56165616
<h3><a href="https://github.com/jashkenas/coffeescript/compare/2.4.0...2.4.1">2.4.1</a>
56175617
<span class="timestamp"> &mdash; <time datetime="2019-04-08">2019-04-08</time></span>
56185618
</h3><ul>
5619-
<li>Both the <a href="/browser-compiler-legacy/coffeescript.js">traditional ES5</a> and <a href="/browser-compiler-modern/coffeescript.js">modern ES module</a> versions of the CoffeeScript broswer compiler are now published to NPM, enabling the browser compilers’ use via services that provide NPM modules’ code available via public CDN. The traditional version is referenced via the <code>package.json</code> <code>&quot;browser&quot;</code> field, and the ES module version via the <code>&quot;module&quot;</code> field.</li>
5619+
<li>Both the <a href="/browser-compiler-legacy/coffeescript.js">traditional ES5</a> and <a href="/browser-compiler-modern/coffeescript.js">modern ES module</a> versions of the CoffeeScript browser compiler are now published to NPM, enabling the browser compilers’ use via services that provide NPM modules’ code available via public CDN. The traditional version is referenced via the <code>package.json</code> <code>&quot;browser&quot;</code> field, and the ES module version via the <code>&quot;module&quot;</code> field.</li>
56205620
</ul>
56215621

56225622
</section>

documentation/sections/changelog/2.4.1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
releaseHeader('2019-04-08', '2.4.1', '2.4.0')
33
```
44

5-
* Both the [traditional ES5](/browser-compiler-legacy/coffeescript.js) and [modern ES module](/browser-compiler-modern/coffeescript.js) versions of the CoffeeScript broswer compiler are now published to NPM, enabling the browser compilers’ use via services that provide NPM modules’ code available via public CDN. The traditional version is referenced via the `package.json` `"browser"` field, and the ES module version via the `"module"` field.
5+
* Both the [traditional ES5](/browser-compiler-legacy/coffeescript.js) and [modern ES module](/browser-compiler-modern/coffeescript.js) versions of the CoffeeScript browser compiler are now published to NPM, enabling the browser compilers’ use via services that provide NPM modules’ code available via public CDN. The traditional version is referenced via the `package.json` `"browser"` field, and the ES module version via the `"module"` field.

0 commit comments

Comments
 (0)