Skip to content

Commit 19a0a5a

Browse files
acmeJakeChampion
authored andcommitted
JavaScript, not Javascript
This change interCaps JavaScript properly. It changes a few references from "Javascript" to "JavaScript".
1 parent 426e642 commit 19a0a5a

File tree

11 files changed

+31
-31
lines changed

11 files changed

+31
-31
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
![npm version](https://img.shields.io/npm/v/@fastly/js-compute) ![npm downloads per month](https://img.shields.io/npm/dm/@fastly/js-compute)
44

5-
Javascript SDK and CLI for building JavaScript applications on Fastly's [Compute@Edge](https://www.fastly.com/products/edge-compute/serverless).
5+
JavaScript SDK and CLI for building JavaScript applications on Fastly's [Compute@Edge](https://www.fastly.com/products/edge-compute/serverless).
66

77
## Getting Started
88

@@ -12,7 +12,7 @@ We recommend using the [Fastly CLI](https://github.com/fastly/cli) to create, bu
1212

1313
## Usage
1414

15-
### Javascript Examples
15+
### JavaScript Examples
1616

1717
The Fastly Developer Hub has a collection of [example JavaScript applications](https://developer.fastly.com/solutions/examples/javascript/).
1818

@@ -32,7 +32,7 @@ addEventListener("fetch", event => {
3232

3333
### API documentation
3434

35-
The API documentation for the Javascript SDK is located at [https://js-compute-reference-docs.edgecompute.app](https://js-compute-reference-docs.edgecompute.app).
35+
The API documentation for the JavaScript SDK is located at [https://js-compute-reference-docs.edgecompute.app](https://js-compute-reference-docs.edgecompute.app).
3636

3737
## Security
3838

c-dependencies/js-compute-runtime/js-compute-builtins.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4318,7 +4318,7 @@ JS::Result<std::string> ConvertJSValueToByteString(JSContext *cx, JS::Handle<JS:
43184318
}
43194319
}
43204320

4321-
// Conversion from Javascript string to ByteString is only valid if all
4321+
// Conversion from JavaScript string to ByteString is only valid if all
43224322
// characters < 256. This is always the case for Latin1 strings.
43234323
size_t length;
43244324
if (!JS::StringHasLatin1Chars(s)) {

reference-docs/v0.5.10/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ <h2>@fastly/js-compute</h2></div>
1717
<h1>@fastly/js-compute</h1>
1818
</a>
1919
<p><img src="https://img.shields.io/npm/v/@fastly/js-compute" alt="npm version"> <img src="https://img.shields.io/npm/dm/@fastly/js-compute" alt="npm downloads per month"></p>
20-
<p>Javascript SDK and CLI for building JavaScript applications on Fastly&#39;s <a href="https://www.fastly.com/products/edge-compute/serverless">Compute@Edge</a>.</p>
20+
<p>JavaScript SDK and CLI for building JavaScript applications on Fastly&#39;s <a href="https://www.fastly.com/products/edge-compute/serverless">Compute@Edge</a>.</p>
2121

2222
<a href="#getting-started" id="getting-started" style="color: inherit; text-decoration: none;">
2323
<h2>Getting Started</h2>
@@ -30,7 +30,7 @@ <h2>Usage</h2>
3030
</a>
3131

3232
<a href="#javascript-examples" id="javascript-examples" style="color: inherit; text-decoration: none;">
33-
<h3>Javascript Examples</h3>
33+
<h3>JavaScript Examples</h3>
3434
</a>
3535
<p>The Fastly Developer Hub has a collection of <a href="https://developer.fastly.com/solutions/examples/javascript/">example JavaScript applications</a>.</p>
3636
<p>Here is a small example application:</p>
@@ -40,7 +40,7 @@ <h3>Javascript Examples</h3>
4040
<a href="#api-documentation" id="api-documentation" style="color: inherit; text-decoration: none;">
4141
<h3>API documentation</h3>
4242
</a>
43-
<p>The API documentation for the Javascript SDK is located at <a href="https://js-compute-reference-docs.edgecompute.app">https://js-compute-reference-docs.edgecompute.app</a>.</p>
43+
<p>The API documentation for the JavaScript SDK is located at <a href="https://js-compute-reference-docs.edgecompute.app">https://js-compute-reference-docs.edgecompute.app</a>.</p>
4444

4545
<a href="#security" id="security" style="color: inherit; text-decoration: none;">
4646
<h2>Security</h2>

reference-docs/v0.5.11/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ <h2>@fastly/js-compute</h2></div>
1717
<h1>@fastly/js-compute</h1>
1818
</a>
1919
<p><img src="https://img.shields.io/npm/v/@fastly/js-compute" alt="npm version"> <img src="https://img.shields.io/npm/dm/@fastly/js-compute" alt="npm downloads per month"></p>
20-
<p>Javascript SDK and CLI for building JavaScript applications on Fastly&#39;s <a href="https://www.fastly.com/products/edge-compute/serverless">Compute@Edge</a>.</p>
20+
<p>JavaScript SDK and CLI for building JavaScript applications on Fastly&#39;s <a href="https://www.fastly.com/products/edge-compute/serverless">Compute@Edge</a>.</p>
2121

2222
<a href="#getting-started" id="getting-started" style="color: inherit; text-decoration: none;">
2323
<h2>Getting Started</h2>
@@ -30,7 +30,7 @@ <h2>Usage</h2>
3030
</a>
3131

3232
<a href="#javascript-examples" id="javascript-examples" style="color: inherit; text-decoration: none;">
33-
<h3>Javascript Examples</h3>
33+
<h3>JavaScript Examples</h3>
3434
</a>
3535
<p>The Fastly Developer Hub has a collection of <a href="https://developer.fastly.com/solutions/examples/javascript/">example JavaScript applications</a>.</p>
3636
<p>Here is a small example application:</p>
@@ -40,7 +40,7 @@ <h3>Javascript Examples</h3>
4040
<a href="#api-documentation" id="api-documentation" style="color: inherit; text-decoration: none;">
4141
<h3>API documentation</h3>
4242
</a>
43-
<p>The API documentation for the Javascript SDK is located at <a href="https://js-compute-reference-docs.edgecompute.app">https://js-compute-reference-docs.edgecompute.app</a>.</p>
43+
<p>The API documentation for the JavaScript SDK is located at <a href="https://js-compute-reference-docs.edgecompute.app">https://js-compute-reference-docs.edgecompute.app</a>.</p>
4444

4545
<a href="#security" id="security" style="color: inherit; text-decoration: none;">
4646
<h2>Security</h2>

reference-docs/v0.5.12/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ <h2>@fastly/js-compute - v0.5.12</h2></div>
1717
<h1>@fastly/js-compute</h1>
1818
</a>
1919
<p><img src="https://img.shields.io/npm/v/@fastly/js-compute" alt="npm version"> <img src="https://img.shields.io/npm/dm/@fastly/js-compute" alt="npm downloads per month"></p>
20-
<p>Javascript SDK and CLI for building JavaScript applications on Fastly&#39;s <a href="https://www.fastly.com/products/edge-compute/serverless">Compute@Edge</a>.</p>
20+
<p>JavaScript SDK and CLI for building JavaScript applications on Fastly&#39;s <a href="https://www.fastly.com/products/edge-compute/serverless">Compute@Edge</a>.</p>
2121

2222
<a href="#getting-started" id="getting-started" style="color: inherit; text-decoration: none;">
2323
<h2>Getting Started</h2>
@@ -30,7 +30,7 @@ <h2>Usage</h2>
3030
</a>
3131

3232
<a href="#javascript-examples" id="javascript-examples" style="color: inherit; text-decoration: none;">
33-
<h3>Javascript Examples</h3>
33+
<h3>JavaScript Examples</h3>
3434
</a>
3535
<p>The Fastly Developer Hub has a collection of <a href="https://developer.fastly.com/solutions/examples/javascript/">example JavaScript applications</a>.</p>
3636
<p>Here is a small example application:</p>
@@ -40,7 +40,7 @@ <h3>Javascript Examples</h3>
4040
<a href="#api-documentation" id="api-documentation" style="color: inherit; text-decoration: none;">
4141
<h3>API documentation</h3>
4242
</a>
43-
<p>The API documentation for the Javascript SDK is located at <a href="https://js-compute-reference-docs.edgecompute.app">https://js-compute-reference-docs.edgecompute.app</a>.</p>
43+
<p>The API documentation for the JavaScript SDK is located at <a href="https://js-compute-reference-docs.edgecompute.app">https://js-compute-reference-docs.edgecompute.app</a>.</p>
4444

4545
<a href="#security" id="security" style="color: inherit; text-decoration: none;">
4646
<h2>Security</h2>

reference-docs/v0.5.13/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ <h2>@fastly/js-compute - v0.5.13</h2></div>
1717
<h1>@fastly/js-compute</h1>
1818
</a>
1919
<p><img src="https://img.shields.io/npm/v/@fastly/js-compute" alt="npm version"> <img src="https://img.shields.io/npm/dm/@fastly/js-compute" alt="npm downloads per month"></p>
20-
<p>Javascript SDK and CLI for building JavaScript applications on Fastly&#39;s <a href="https://www.fastly.com/products/edge-compute/serverless">Compute@Edge</a>.</p>
20+
<p>JavaScript SDK and CLI for building JavaScript applications on Fastly&#39;s <a href="https://www.fastly.com/products/edge-compute/serverless">Compute@Edge</a>.</p>
2121

2222
<a href="#getting-started" id="getting-started" style="color: inherit; text-decoration: none;">
2323
<h2>Getting Started</h2>
@@ -30,7 +30,7 @@ <h2>Usage</h2>
3030
</a>
3131

3232
<a href="#javascript-examples" id="javascript-examples" style="color: inherit; text-decoration: none;">
33-
<h3>Javascript Examples</h3>
33+
<h3>JavaScript Examples</h3>
3434
</a>
3535
<p>The Fastly Developer Hub has a collection of <a href="https://developer.fastly.com/solutions/examples/javascript/">example JavaScript applications</a>.</p>
3636
<p>Here is a small example application:</p>
@@ -40,7 +40,7 @@ <h3>Javascript Examples</h3>
4040
<a href="#api-documentation" id="api-documentation" style="color: inherit; text-decoration: none;">
4141
<h3>API documentation</h3>
4242
</a>
43-
<p>The API documentation for the Javascript SDK is located at <a href="https://js-compute-reference-docs.edgecompute.app">https://js-compute-reference-docs.edgecompute.app</a>.</p>
43+
<p>The API documentation for the JavaScript SDK is located at <a href="https://js-compute-reference-docs.edgecompute.app">https://js-compute-reference-docs.edgecompute.app</a>.</p>
4444

4545
<a href="#security" id="security" style="color: inherit; text-decoration: none;">
4646
<h2>Security</h2>

reference-docs/v0.5.14/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ <h2>@fastly/js-compute - v0.5.14</h2></div>
1717
<h1>@fastly/js-compute</h1>
1818
</a>
1919
<p><img src="https://img.shields.io/npm/v/@fastly/js-compute" alt="npm version"> <img src="https://img.shields.io/npm/dm/@fastly/js-compute" alt="npm downloads per month"></p>
20-
<p>Javascript SDK and CLI for building JavaScript applications on Fastly&#39;s <a href="https://www.fastly.com/products/edge-compute/serverless">Compute@Edge</a>.</p>
20+
<p>JavaScript SDK and CLI for building JavaScript applications on Fastly&#39;s <a href="https://www.fastly.com/products/edge-compute/serverless">Compute@Edge</a>.</p>
2121

2222
<a href="#getting-started" id="getting-started" style="color: inherit; text-decoration: none;">
2323
<h2>Getting Started</h2>
@@ -30,7 +30,7 @@ <h2>Usage</h2>
3030
</a>
3131

3232
<a href="#javascript-examples" id="javascript-examples" style="color: inherit; text-decoration: none;">
33-
<h3>Javascript Examples</h3>
33+
<h3>JavaScript Examples</h3>
3434
</a>
3535
<p>The Fastly Developer Hub has a collection of <a href="https://developer.fastly.com/solutions/examples/javascript/">example JavaScript applications</a>.</p>
3636
<p>Here is a small example application:</p>
@@ -40,7 +40,7 @@ <h3>Javascript Examples</h3>
4040
<a href="#api-documentation" id="api-documentation" style="color: inherit; text-decoration: none;">
4141
<h3>API documentation</h3>
4242
</a>
43-
<p>The API documentation for the Javascript SDK is located at <a href="https://js-compute-reference-docs.edgecompute.app">https://js-compute-reference-docs.edgecompute.app</a>.</p>
43+
<p>The API documentation for the JavaScript SDK is located at <a href="https://js-compute-reference-docs.edgecompute.app">https://js-compute-reference-docs.edgecompute.app</a>.</p>
4444

4545
<a href="#security" id="security" style="color: inherit; text-decoration: none;">
4646
<h2>Security</h2>

reference-docs/v0.5.15/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ <h2>@fastly/js-compute - v0.5.15</h2></div>
1717
<h1>@fastly/js-compute</h1>
1818
</a>
1919
<p><img src="https://img.shields.io/npm/v/@fastly/js-compute" alt="npm version"> <img src="https://img.shields.io/npm/dm/@fastly/js-compute" alt="npm downloads per month"></p>
20-
<p>Javascript SDK and CLI for building JavaScript applications on Fastly&#39;s <a href="https://www.fastly.com/products/edge-compute/serverless">Compute@Edge</a>.</p>
20+
<p>JavaScript SDK and CLI for building JavaScript applications on Fastly&#39;s <a href="https://www.fastly.com/products/edge-compute/serverless">Compute@Edge</a>.</p>
2121

2222
<a href="#getting-started" id="getting-started" style="color: inherit; text-decoration: none;">
2323
<h2>Getting Started</h2>
@@ -30,7 +30,7 @@ <h2>Usage</h2>
3030
</a>
3131

3232
<a href="#javascript-examples" id="javascript-examples" style="color: inherit; text-decoration: none;">
33-
<h3>Javascript Examples</h3>
33+
<h3>JavaScript Examples</h3>
3434
</a>
3535
<p>The Fastly Developer Hub has a collection of <a href="https://developer.fastly.com/solutions/examples/javascript/">example JavaScript applications</a>.</p>
3636
<p>Here is a small example application:</p>
@@ -40,7 +40,7 @@ <h3>Javascript Examples</h3>
4040
<a href="#api-documentation" id="api-documentation" style="color: inherit; text-decoration: none;">
4141
<h3>API documentation</h3>
4242
</a>
43-
<p>The API documentation for the Javascript SDK is located at <a href="https://js-compute-reference-docs.edgecompute.app">https://js-compute-reference-docs.edgecompute.app</a>.</p>
43+
<p>The API documentation for the JavaScript SDK is located at <a href="https://js-compute-reference-docs.edgecompute.app">https://js-compute-reference-docs.edgecompute.app</a>.</p>
4444

4545
<a href="#security" id="security" style="color: inherit; text-decoration: none;">
4646
<h2>Security</h2>

reference-docs/v0.5.9/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ <h2>@fastly/js-compute</h2></div>
1717
<h1>@fastly/js-compute</h1>
1818
</a>
1919
<p><img src="https://img.shields.io/npm/v/@fastly/js-compute" alt="npm version"> <img src="https://img.shields.io/npm/dm/@fastly/js-compute" alt="npm downloads per month"></p>
20-
<p>Javascript SDK and CLI for building JavaScript applications on Fastly&#39;s <a href="https://www.fastly.com/products/edge-compute/serverless">Compute@Edge</a>.</p>
20+
<p>JavaScript SDK and CLI for building JavaScript applications on Fastly&#39;s <a href="https://www.fastly.com/products/edge-compute/serverless">Compute@Edge</a>.</p>
2121

2222
<a href="#getting-started" id="getting-started" style="color: inherit; text-decoration: none;">
2323
<h2>Getting Started</h2>
@@ -30,7 +30,7 @@ <h2>Usage</h2>
3030
</a>
3131

3232
<a href="#javascript-examples" id="javascript-examples" style="color: inherit; text-decoration: none;">
33-
<h3>Javascript Examples</h3>
33+
<h3>JavaScript Examples</h3>
3434
</a>
3535
<p>The Fastly Developer Hub has a collection of <a href="https://developer.fastly.com/solutions/examples/javascript/">example JavaScript applications</a>.</p>
3636
<p>Here is a small example application:</p>
@@ -40,7 +40,7 @@ <h3>Javascript Examples</h3>
4040
<a href="#api-documentation" id="api-documentation" style="color: inherit; text-decoration: none;">
4141
<h3>API documentation</h3>
4242
</a>
43-
<p>The API documentation for the Javascript SDK is located at <a href="https://js-compute-reference-docs.edgecompute.app">https://js-compute-reference-docs.edgecompute.app</a>.</p>
43+
<p>The API documentation for the JavaScript SDK is located at <a href="https://js-compute-reference-docs.edgecompute.app">https://js-compute-reference-docs.edgecompute.app</a>.</p>
4444

4545
<a href="#security" id="security" style="color: inherit; text-decoration: none;">
4646
<h2>Security</h2>

reference-docs/v0.7.0/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ <h2>@fastly/js-compute - v0.7.0</h2></div>
1717
<h1>@fastly/js-compute</h1>
1818
</a>
1919
<p><img src="https://img.shields.io/npm/v/@fastly/js-compute" alt="npm version"> <img src="https://img.shields.io/npm/dm/@fastly/js-compute" alt="npm downloads per month"></p>
20-
<p>Javascript SDK and CLI for building JavaScript applications on Fastly&#39;s <a href="https://www.fastly.com/products/edge-compute/serverless">Compute@Edge</a>.</p>
20+
<p>JavaScript SDK and CLI for building JavaScript applications on Fastly&#39;s <a href="https://www.fastly.com/products/edge-compute/serverless">Compute@Edge</a>.</p>
2121

2222
<a href="#getting-started" id="getting-started" style="color: inherit; text-decoration: none;">
2323
<h2>Getting Started</h2>
@@ -30,7 +30,7 @@ <h2>Usage</h2>
3030
</a>
3131

3232
<a href="#javascript-examples" id="javascript-examples" style="color: inherit; text-decoration: none;">
33-
<h3>Javascript Examples</h3>
33+
<h3>JavaScript Examples</h3>
3434
</a>
3535
<p>The Fastly Developer Hub has a collection of <a href="https://developer.fastly.com/solutions/examples/javascript/">example JavaScript applications</a>.</p>
3636
<p>Here is a small example application:</p>
@@ -40,7 +40,7 @@ <h3>Javascript Examples</h3>
4040
<a href="#api-documentation" id="api-documentation" style="color: inherit; text-decoration: none;">
4141
<h3>API documentation</h3>
4242
</a>
43-
<p>The API documentation for the Javascript SDK is located at <a href="https://js-compute-reference-docs.edgecompute.app">https://js-compute-reference-docs.edgecompute.app</a>.</p>
43+
<p>The API documentation for the JavaScript SDK is located at <a href="https://js-compute-reference-docs.edgecompute.app">https://js-compute-reference-docs.edgecompute.app</a>.</p>
4444

4545
<a href="#security" id="security" style="color: inherit; text-decoration: none;">
4646
<h2>Security</h2>

0 commit comments

Comments
 (0)