diff --git a/docs/client/api.html b/docs/client/api.html
index 44cdae4bee..f37852d418 100644
--- a/docs/client/api.html
+++ b/docs/client/api.html
@@ -3,7 +3,7 @@
The Meteor API
-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*.
diff --git a/docs/client/concepts.html b/docs/client/concepts.html
index 7e46a55c87..64d0692ed4 100644
--- a/docs/client/concepts.html
+++ b/docs/client/concepts.html
@@ -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 () {
diff --git a/docs/client/packages/bootstrap.html b/docs/client/packages/bootstrap.html
index 62a712298f..cdc4fe75eb 100644
--- a/docs/client/packages/bootstrap.html
+++ b/docs/client/packages/bootstrap.html
@@ -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.