diff --git a/examples/menubar/menubar-2/js/PopupMenuAction.js b/examples/menubar/menubar-2/js/PopupMenuAction.js index 00af61035c..0814bf46e1 100644 --- a/examples/menubar/menubar-2/js/PopupMenuAction.js +++ b/examples/menubar/menubar-2/js/PopupMenuAction.js @@ -140,7 +140,7 @@ PopupMenuAction.prototype.updateMenuStates = function () { } } - // Update the radio buttons for font, in case they were updated using the larger + // Update the radio buttons for font, in case they were updated using the larger // smaller font menu items var rbs = this.domNode.querySelectorAll('[rel="font-size"] [role=menuitemradio]');