diff --git a/src/button/docs/index.mustache b/src/button/docs/index.mustache index 577b2f2025e..1b0adeb59da 100644 --- a/src/button/docs/index.mustache +++ b/src/button/docs/index.mustache @@ -144,7 +144,7 @@ YUI().use('button-group', function(Y){

use('button-group')

-

`Y.ButtonGroup` is a constructor that is used to generate widgets containing a group of buttons. To avoid widgets inside of widgets, this class is built on top of `Y.ButtonCore`, not `Y.Button`

+

`Y.ButtonGroup` is a constructor that is used to generate widgets containing a group of buttons.

@@ -212,7 +212,7 @@ YUI().use('button-group', function(Y){

Y.ButtonGroup

-

In addition to the inherited `Y.ButtonCore` attributes...

+

In addition to the inherited `Y.Widget` attributes...

@@ -298,7 +298,7 @@ YUI().use('button-group', function(Y){

Y.ButtonGroup

-

In addition to the inherited `Y.ButtonCore` events...

+

In addition to the inherited `Y.Widget` events...