Skip to content

Commit d5d9895

Browse files
authored
Merge pull request #47 from cclauss/patch-1
Fix typo discovered by codespell
2 parents 1e06087 + 47f8ef9 commit d5d9895

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/Types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ export type Feature =
5858
| 'PEP-517'
5959
| 'PEP-660';
6060

61-
// TODO find out how to programatically link this to the type
61+
// TODO find out how to programmatically link this to the type
6262
// @ts-ignore
6363
export const features: Feature[] = [
6464
'publish packages',

0 commit comments

Comments
 (0)