We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0c2210 commit 7c59752Copy full SHA for 7c59752
src/content/9/en/part9d.md
@@ -891,7 +891,7 @@ With a little [help from internet](https://upmostly.com/typescript/how-to-use-ax
891
892
```js
893
useEffect(() => {
894
- axios.get<Note[]>('http://localhost:3001/notes').then(response => { // highligh-line
+ axios.get<Note[]>('http://localhost:3001/notes').then(response => { // highlight-line
895
console.log(response.data);
896
})
897
}, [])
0 commit comments