From 7a48ee6aa949e8d4338033de8a0c6a079ceb17a3 Mon Sep 17 00:00:00 2001 From: Igor Minar Date: Tue, 25 Jan 2011 22:54:02 -0800 Subject: fix deprication typo in the doc generator --- docs/src/ngdoc.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/src/ngdoc.js') 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); -- cgit v1.2.3