Fix typos discovered by codespell

This commit is contained in:
Christian Clauss
2024-08-06 15:40:16 +02:00
parent e7f235a90b
commit bfd61b2f19
66 changed files with 93 additions and 93 deletions

2
src/typings.d.ts vendored
View File

@@ -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;
*