mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-18 15:33:04 +00:00
Fix typos discovered by codespell
This commit is contained in:
2
src/typings.d.ts
vendored
2
src/typings.d.ts
vendored
@@ -9,7 +9,7 @@ declare module "my-module" {
|
||||
export function doesSomething(value: string): string;
|
||||
}
|
||||
*
|
||||
* If you're prototying and you will fix the types later you can also declare it as type any
|
||||
* If you're prototyping and you will fix the types later you can also declare it as type any
|
||||
*
|
||||
declare var assert: any;
|
||||
*
|
||||
|
Reference in New Issue
Block a user