test(ngdoc): fix a typo in the @deprecated spec

This commit is contained in:
Igor Minar 2011-07-15 17:05:15 -07:00
parent 975aef2ad2
commit 345c01c81b

View file

@ -461,8 +461,8 @@ describe('ngdoc', function(){
});
});
describe('@depricated', function() {
it('should parse @depricated', function() {
describe('@deprecated', function() {
it('should parse @deprecated', function() {
var doc = new Doc('@deprecated Replaced with foo.');
doc.parse();
expect(doc.deprecated).toBe('Replaced with foo.');