Skip to content

Commit

Permalink
Fixed typo in a comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
geppy committed Nov 1, 2017
1 parent 2549421 commit 4b33ece
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion examples/grid/js/menuButton.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
/**
* ARIA Menu Button example
* @function onload
* @desc after page has loaded initializ all menu buttons based on the selector "[aria-haspopup][aria-controls]"
* @desc after page has loaded initialize all menu buttons based on the selector "[aria-haspopup][aria-controls]"
*/

window.addEventListener('load', function () {
Expand Down
2 changes: 1 addition & 1 deletion examples/toolbar/js/menuButton.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
/**
* ARIA Menu Button example
* @function onload
* @desc after page has loaded initializ all menu buttons based on the selector "[aria-haspopup][aria-controls]"
* @desc after page has loaded initialize all menu buttons based on the selector "[aria-haspopup][aria-controls]"
*/

window.addEventListener('load', function () {
Expand Down
2 changes: 1 addition & 1 deletion examples/treeview/treeview-1/js/tree.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
/**
* ARIA Treeview example
* @function onload
* @desc after page has loaded initializ all treeitems based on the role=treeitem
* @desc after page has loaded initialize all treeitems based on the role=treeitem
*/

window.addEventListener('load', function () {
Expand Down
2 changes: 1 addition & 1 deletion examples/treeview/treeview-2/js/treeLinks.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
/**
* ARIA Treeview example
* @function onload
* @desc after page has loaded initializ all treeitems based on the role=treeitem
* @desc after page has loaded initialize all treeitems based on the role=treeitem
*/

window.addEventListener('load', function () {
Expand Down

0 comments on commit 4b33ece

Please sign in to comment.