mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-23 12:56:46 +08:00
fix typo (#9450)
This commit is contained in:
2
angularjs/angular-resource.d.ts
vendored
2
angularjs/angular-resource.d.ts
vendored
@@ -95,7 +95,7 @@ declare namespace angular.resource {
|
||||
(params: Object, data: Object, success?: Function, error?: Function): IResourceArray<T>;
|
||||
}
|
||||
|
||||
// Baseclass for everyresource with default actions.
|
||||
// Baseclass for every resource with default actions.
|
||||
// If you define your new actions for the resource, you will need
|
||||
// to extend this interface and typecast the ResourceClass to it.
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user