diff options
| author | Igor Minar | 2011-01-25 22:54:02 -0800 | 
|---|---|---|
| committer | Igor Minar | 2011-01-26 15:37:22 -0800 | 
| commit | 7a48ee6aa949e8d4338033de8a0c6a079ceb17a3 (patch) | |
| tree | 8cfbc47506e80c22bf1449f42149b9579501569b /docs/src/ngdoc.js | |
| parent | 6512a736acc8fe092ef81254e5aa744d6392d1ea (diff) | |
| download | angular.js-7a48ee6aa949e8d4338033de8a0c6a079ceb17a3.tar.bz2 | |
fix deprication typo in the doc generator
Diffstat (limited to 'docs/src/ngdoc.js')
| -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); | 
