Changed JavaScript spelling to be more consistent.

This commit is contained in:
Kevin Miller
2013-03-05 20:20:28 -08:00
committed by Nick Martin
parent cf2423f6ab
commit 5e107051b2
3 changed files with 3 additions and 3 deletions

View File

@@ -3,7 +3,7 @@
<h1 id="api">The Meteor API</h1>
Your Javascript code can run in two environments: the *client* (browser), and
Your JavaScript code can run in two environments: the *client* (browser), and
the *server* (a [Node.js](http://nodejs.org/) container on a server). For each
function in this API reference, we'll indicate if the function is available just
on the client, just on the server, or *Anywhere*.

View File

@@ -342,7 +342,7 @@ that it will update automatically to track changes in the data used to
generate it.
This optional feature works with any HTML templating library, or even
with HTML you generate manually from Javascript. Here's an example:
with HTML you generate manually from JavaScript. Here's an example:
var fragment = Meteor.render(
function () {

View File

@@ -4,7 +4,7 @@
Twitter's Bootstrap package is a front-end toolkit for faster, more
beautiful web development. Bootstrap provides simple and flexible HTML,
CSS, and Javascript for popular user interface components and
CSS, and JavaScript for popular user interface components and
interactions including typography, forms, buttons, tables, grids, and
navigation.