Skip to content

Commit 5a1edc6

Browse files
authored
Merge pull request #2763 from romanstetsyk/typo9d
part9d. typo fix
2 parents d3650a1 + 21a84d6 commit 5a1edc6

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
@@ -200,7 +200,7 @@ ReactDOM.createRoot(document.getElementById('root') as HTMLElement).render(
200200
)
201201
```
202202
203-
You propably noticed that we used a [type assertion](https://www.typescriptlang.org/docs/handbook/2/everyday-types.html#type-assertions) for the return value of the function *document.getElementById*
203+
You probably noticed that we used a [type assertion](https://www.typescriptlang.org/docs/handbook/2/everyday-types.html#type-assertions) for the return value of the function *document.getElementById*
204204
205205
```ts
206206
ReactDOM.createRoot(document.getElementById('root') as HTMLElement).render( // highlight-line

0 commit comments

Comments
 (0)