Skip to content

Commit b3a8538

Browse files
authored
Merge pull request #2480 from Dezzep/patch-2
fix: context issue
2 parents ff09aba + bd51073 commit b3a8538

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/6/en/part6d.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ The <i>App</i> component is now slightly simplified
138138

139139
```js
140140
import { useQuery } from 'react-query'
141-
import { getAnecdotes } from './requests' // highlight-line
141+
import { getNotes } from './requests' // highlight-line
142142

143143
const App = () => {
144144
// ...

0 commit comments

Comments
 (0)