mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-05-22 21:25:47 +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() {
|
describe('@deprecated', function() {
|
||||||
it('should parse @depricated', function() {
|
it('should parse @deprecated', function() {
|
||||||
var doc = new Doc('@deprecated Replaced with foo.');
|
var doc = new Doc('@deprecated Replaced with foo.');
|
||||||
doc.parse();
|
doc.parse();
|
||||||
expect(doc.deprecated).toBe('Replaced with foo.');
|
expect(doc.deprecated).toBe('Replaced with foo.');
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue