Skip to content

Commit

Permalink
Fix typos (#5287)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielbayley authored and GeoffreyBooth committed Jan 16, 2020
1 parent 61d408f commit bb8df1e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/v2/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5616,7 +5616,7 @@ <h3><a href="https://github.com/jashkenas/coffeescript/compare/2.4.1...2.5.0">2.
<h3><a href="https://github.com/jashkenas/coffeescript/compare/2.4.0...2.4.1">2.4.1</a>
<span class="timestamp"> &mdash; <time datetime="2019-04-08">2019-04-08</time></span>
</h3><ul>
<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>
<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>
</ul>

</section>
Expand Down
2 changes: 1 addition & 1 deletion documentation/sections/changelog/2.4.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
releaseHeader('2019-04-08', '2.4.1', '2.4.0')
```

* 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.
* 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 comments on commit bb8df1e

Please sign in to comment.