This is an automated email from the ASF dual-hosted git repository.
rabbah pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openwhisk-website.git
The following commit(s) were added to refs/heads/master by this push:
new e8183dd chore: fix spelling (#466)
e8183dd is described below
commit e8183ddd4137db4f1212ea3bd43256549a35f627
Author: John Bampton <[email protected]>
AuthorDate: Wed Mar 10 02:09:46 2021 +1000
chore: fix spelling (#466)
---
_includes/index/index.js | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/_includes/index/index.js b/_includes/index/index.js
index f1465dc..29de1a4 100644
--- a/_includes/index/index.js
+++ b/_includes/index/index.js
@@ -28,7 +28,7 @@ function addListenersToIndex()
var coll = document.getElementsByClassName("index-menu-toggle");
var i;
- // Apply exapandable (arrows) to all menuitems with a sibling
+ // Apply expandable (arrows) to all menuitems with a sibling
for (i = 0; i < coll.length; i++) {
var sibling = coll[i].nextElementSibling;
@@ -86,7 +86,7 @@ function addListenersToSections()
coll[i].style.backgroundImage =
"url('../images/elements/circle-plus.png')";
sibling.style.display = "none";
} else {
- //console.log( "addListenersToSections(): No Toggle style foun;
default to open");
+ //console.log( "addListenersToSections(): No Toggle style found;
default to open");
coll[i].style.backgroundImage =
"url('../images/elements/circle-minus.png')";
sibling.style.display = "block";
}