Skip to content

Commit

Permalink
Fix typo in TypeScript 4.9.md
Browse files Browse the repository at this point in the history
Replaces "methode" with "method".
  • Loading branch information
Brennvo authored Jun 10, 2024
1 parent 5a1a8cf commit f373cf3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ const palette = {
// ~~~~ The typo is now caught!
} satisfies Record<Colors, string | RGB>;

// toUpperCase() methode is still accessible!
// toUpperCase() method is still accessible!
const greenNormalized = palette.green.toUpperCase();
```

Expand Down

0 comments on commit f373cf3

Please sign in to comment.