mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-20 08:20:25 +00:00
test(ngdoc): fix a typo in the @deprecated spec
This commit is contained in:
parent
975aef2ad2
commit
345c01c81b
1 changed files with 2 additions and 2 deletions
|
|
@ -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.');
|
||||
|
|
|
|||
Loading…
Reference in a new issue