Skip to content

Commit ed204ce

Browse files
authored
Typo
Changed 'dode' to 'code'
1 parent 9d28f55 commit ed204ce

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
@@ -637,7 +637,7 @@ The result might look like the following:
637637
638638
So far, we have only looked at an application that keeps all the data in a typed variable but does not have any state. Let us once more go back to the note app, and build a typed version of it.
639639
640-
We start with the following dode:
640+
We start with the following code:
641641
642642
```js
643643
import { useState } from 'react';

0 commit comments

Comments
 (0)