Skip to content

Commit 345c01c

Browse files
committed
test(ngdoc): fix a typo in the @deprecated spec
1 parent 975aef2 commit 345c01c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/spec/ngdocSpec.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -461,8 +461,8 @@ describe('ngdoc', function(){
461461
});
462462
});
463463

464-
describe('@depricated', function() {
465-
it('should parse @depricated', function() {
464+
describe('@deprecated', function() {
465+
it('should parse @deprecated', function() {
466466
var doc = new Doc('@deprecated Replaced with foo.');
467467
doc.parse();
468468
expect(doc.deprecated).toBe('Replaced with foo.');

0 commit comments

Comments
 (0)