Skip to content

Commit 21986bc

Browse files
committed
spelling: javascript
1 parent ddfadbe commit 21986bc

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

js/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# Open Location Code Javascript API
2-
This is the Javascript implementation of the Open Location Code API.
1+
# Open Location Code JavaScript API
2+
This is the JavaScript implementation of the Open Location Code API.
33

44
The library file is in `src/openlocationcode.js`. There is also a minified version, and both are also available using the following CDNs:
55

js/closure/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ You can use it in Closure projects like this:
1313

1414
## Building and Testing
1515

16-
Included is a `BUILD` file that uses the [Bazel](https://bazel.build/) build system to produce a Javascript library and to run tests. You will need to install Bazel on your system to run the tests.
16+
Included is a `BUILD` file that uses the [Bazel](https://bazel.build/) build system to produce a JavaScript library and to run tests. You will need to install Bazel on your system to run the tests.
1717

1818
The tests use the [Closure Rules for Basel](https://github.com/bazelbuild/rules_closure) project although this is retrieved automatically and you don't have to install anything.
1919

js/test/test.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<!DOCTYPE HTML>
1717
<html>
1818
<head>
19-
<title>Open Location Code Javascript Unit Tests</title>
19+
<title>Open Location Code JavaScript Unit Tests</title>
2020
<link rel="stylesheet" href="qunit-2.0.1.css"></link>
2121
</head>
2222
<body>

0 commit comments

Comments
 (0)