Skip to content

Commit

Permalink
Merge pull request #513 from geppy/fix-comment-typo
Browse files Browse the repository at this point in the history
Fixed typo in a comment.
  • Loading branch information
jnurthen authored Nov 3, 2017
2 parents 2549421 + 4b33ece commit a4ce568
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 a4ce568

Please sign in to comment.