diff options
author | Wojtek Kosior <koszko@koszko.org> | 2022-03-02 17:32:21 +0100 |
---|---|---|
committer | Wojtek Kosior <koszko@koszko.org> | 2022-03-02 17:32:21 +0100 |
commit | d30ce38cc383add81360be323d2df543bc14fa9e (patch) | |
tree | cc1fb4d1291b85e65cb7c5e96025fd6616991382 | |
parent | 92a4d31c659b2336e5e188877d1ce6bfad2fa310 (diff) | |
download | hydrilla-source-package-example-d30ce38cc383add81360be323d2df543bc14fa9e.tar.gz hydrilla-source-package-example-d30ce38cc383add81360be323d2df543bc14fa9e.zip |
spell "JavaScript" with capital "J" and "S"
-rw-r--r-- | index.json | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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"} |