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.
2 parents 0520696 + 7c59752 commit 93e742cCopy full SHA for 93e742c
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