mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-05-05 13:44:42 +00:00
fix deprication typo in the doc generator
This commit is contained in:
parent
6512a736ac
commit
7a48ee6aa9
1 changed files with 1 additions and 1 deletions
|
|
@ -134,7 +134,7 @@ Doc.prototype = {
|
||||||
dom.h(this.name, function(){
|
dom.h(this.name, function(){
|
||||||
notice('workInProgress', 'Work in Progress',
|
notice('workInProgress', 'Work in Progress',
|
||||||
'This page is currently being revised. It might be incomplete or contain inaccuracies.');
|
'This page is currently being revised. It might be incomplete or contain inaccuracies.');
|
||||||
notice('depricated', 'Depricated API');
|
notice('deprecated', 'Deprecated API', self.deprecated);
|
||||||
dom.h('Description', self.description, html);
|
dom.h('Description', self.description, html);
|
||||||
dom.h('Dependencies', self.requires);
|
dom.h('Dependencies', self.requires);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue