Skip to content

Commit 618269a

Browse files
authored
Fix typo in TypeScript 4.9.md (microsoft#3150)
1 parent 5a1a8cf commit 618269a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/documentation/copy/en/release-notes/TypeScript 4.9.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ const palette = {
5959
// ~~~~ The typo is now caught!
6060
} satisfies Record<Colors, string | RGB>;
6161

62-
// toUpperCase() methode is still accessible!
62+
// toUpperCase() method is still accessible!
6363
const greenNormalized = palette.green.toUpperCase();
6464
```
6565

0 commit comments

Comments
 (0)