8000 fix spelling (#122) · ethereum-node/jsdoc.github.io@ec40fd1 · GitHub
[go: up one dir, main page]

Skip to content

Commit ec40fd1

Browse files
committed
fix spelling (jsdoc#122)
1 parent f4bbc8f commit ec40fd1

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

content/en/howto-es2015-modules.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ export var lastColor = null;
6060

6161
/**
6262
* Blend two colors together.
63-
* @param {string} color1 - The first color, in hexidecimal format.
64-
* @param {string} color2 - The second color, in hexidecimal format.
63+
* @param {string} color1 - The first color, in hexadecimal format.
64+
* @param {string} color2 - The second color, in hexadecimal format.
6565
* @return {string} The blended color.
6666
*/
6767
export function blend(color1, color2) {}
@@ -73,7 +73,7 @@ export {
7373
/**
7474
* Get the red, green, and blue values of a color.
7575
* @function
76-
* @param {string} color - A color, in hexidecimal format.
76+
* @param {string} color - A color, in hexadecimal format.
7777
* @returns {Array.<number>} An array of the red, green, and blue values,
7878
* each ranging from 0 to 255.
7979
*/
@@ -83,4 +83,4 @@ export {
8383

8484
{% endexample %}
8585

86-
[es2015-modules]: http://www.ecma-international.org/ecma-262/6.0/#sec-modules
86+
[es2015-modules]: http://www.ecma-international.org/ecma-262/6.0/#sec-modules

howto-es2015-modules.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@ <h2 id="exported-values">Exported values</h2>
6666

6767
/**
6868
* Blend two colors together.
69-
* @param {string} color1 - The first color, in hexidecimal format.
70-
* @param {string} color2 - The second color, in hexidecimal format.
69+
* @param {string} color1 - The first color, in hexadecimal format.
70+
* @param {string} color2 - The second color, in hexadecimal format.
7171
* @return {string} The blended color.
7272
*/
7373
export function blend(color1, color2) {}
@@ -79,7 +79,7 @@ <h2 id="exported-values">Exported values</h2>
7979
/**
8080
* Get the red, green, and blue values of a color.
8181
* @function
82-
* @param {string} color - A color, in hexidecimal format.
82+
* @param {string} color - A color, in hexadecimal format.
8383
* @returns {Array.<number>} An array of the red, green, and blue values,
8484
* each ranging from 0 to 255.
8585
*/

0 commit comments

Comments
 (0)
0