mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Changed JavaScript spelling to be more consistent.
This commit is contained in:
committed by
Nick Martin
parent
cf2423f6ab
commit
5e107051b2
@@ -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*.
|
||||
|
||||
@@ -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 () {
|
||||
|
||||
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user