diff options
| -rw-r--r-- | docs/src/ngdoc.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/src/ngdoc.js b/docs/src/ngdoc.js index daa44fef..7fb9af73 100644 --- a/docs/src/ngdoc.js +++ b/docs/src/ngdoc.js @@ -134,7 +134,7 @@ Doc.prototype = { dom.h(this.name, function(){ notice('workInProgress', 'Work in Progress', '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('Dependencies', self.requires); |
