Skip to content

Commit 93e742c

Browse files
authored
Merge pull request #2667 from joooda/patch-3
Fix highlight line
2 parents 0520696 + 7c59752 commit 93e742c

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
@@ -891,7 +891,7 @@ With a little [help from internet](https://upmostly.com/typescript/how-to-use-ax
891891
892892
```js
893893
useEffect(() => {
894-
axios.get<Note[]>('http://localhost:3001/notes').then(response => { // highligh-line
894+
axios.get<Note[]>('http://localhost:3001/notes').then(response => { // highlight-line
895895
console.log(response.data);
896896
})
897897
}, [])

0 commit comments

Comments
 (0)