aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWojtek Kosior <koszko@koszko.org>2022-03-02 17:32:21 +0100
committerWojtek Kosior <koszko@koszko.org>2022-03-02 17:32:21 +0100
commitd30ce38cc383add81360be323d2df543bc14fa9e (patch)
treecc1fb4d1291b85e65cb7c5e96025fd6616991382
parent92a4d31c659b2336e5e188877d1ce6bfad2fa310 (diff)
downloadhydrilla-source-package-example-d30ce38cc383add81360be323d2df543bc14fa9e.tar.gz
hydrilla-source-package-example-d30ce38cc383add81360be323d2df543bc14fa9e.zip
spell "JavaScript" with capital "J" and "S"
-rw-r--r--index.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/index.json b/index.json
index 7162dd7..cda5e7f 100644
--- a/index.json
+++ b/index.json
@@ -107,7 +107,7 @@
"uuid": "a6754dcb-58d8-4b7a-a245-24fd7ad4cd68",
// Version should match the upstream version of the resource (e.g. a
- // version of javascript library). Revision number starts as 1 for
+ // version of JavaScript library). Revision number starts as 1 for
// each new resource version and gets incremented by 1 each time a
// modification to the packaging of this version is done. Hydrilla
// will allow multiple definitions of the same resource to load, as
@@ -132,7 +132,7 @@
// on a page before this resource's own scripts.
"dependencies": [{"identifier": "hello-message"}],
- // Array of javascript files that belong to this resource.
+ // Array of JavaScript files that belong to this resource.
"scripts": [
{"file": "hello.js"},
{"file": "bye.js"}