Skip to content

Commit 4964cfd

Browse files
amosriveramhartington
authored andcommitted
docs(body): fix addClass method name
Closes #4496
1 parent 6101d4b commit 4964cfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/angular/service/body.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ IonicModule
1010
return {
1111
/**
1212
* @ngdoc method
13-
* @name $ionicBody#add
13+
* @name $ionicBody#addClass
1414
* @description Add a class to the document's body element.
1515
* @param {string} class Each argument will be added to the body element.
1616
* @returns {$ionicBody} The $ionicBody service so methods can be chained.

0 commit comments

Comments
 (0)