Skip to content

Commit 00692d0

Browse files
authored
Merge pull request #2613 from emiacerbi/patch-1
Fix typo on line 818 part9d.md
2 parents b95f0f3 + f27baea commit 00692d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/9/en/part9d.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -815,7 +815,7 @@ It does not quite work, there is an Eslint error complaining about implicit any:
815815
816816
![](../../images/9/68new.png)
817817
818-
TypeScript compiler has now no clue what is the type of the parameter, so that is why the type is the infamous implicit any that we wan to [avoid](/en/part9/first_steps_with_type_script#the-horrors-of-any) at all costs. The React TypeScript cheatsheet comes again to rescue, the chapter about
818+
TypeScript compiler has now no clue what is the type of the parameter, so that is why the type is the infamous implicit any that we want to [avoid](/en/part9/first_steps_with_type_script#the-horrors-of-any) at all costs. The React TypeScript cheatsheet comes again to rescue, the chapter about
819819
[forms and events](https://react-typescript-cheatsheet.netlify.app/docs/basic/getting-started/forms_and_events) reveals that the right type of event handler is _React.SyntheticEvent_.
820820
821821
The code becomes

0 commit comments

Comments
 (0)