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 d25de60 + 6a5811a commit 69be275Copy full SHA for 69be275
src/content/9/es/part9c.md
@@ -402,7 +402,7 @@ Vamos a crear un directorio *src/services* y coloquemos el archivo *diaryService
402
El archivo contiene dos funciones para buscar y guardar entradas del diario:
403
404
```js
405
-import diaryData from '../../data/diaries.json'
+import diaryData from '../../data/entries.json'
406
407
const getEntries = () => {
408
return diaryData;
0 commit comments