Skip to content

Commit

Permalink
docs(alert): update description of setCssClass
Browse files Browse the repository at this point in the history
references #6835
  • Loading branch information
brandyscarney committed Jul 8, 2016
1 parent 81ddd7f commit d123464
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/alert/alert.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ export class Alert extends ViewController {
}

/**
* @param {string} cssClass CSS class name to add to the alert's outer wrapper
* @param {string} cssClass Set the CSS class names on the alert's outer wrapper.
*/
setCssClass(cssClass: string) {
this.data.cssClass = cssClass;
Expand Down

0 comments on commit d123464

Please sign in to comment.