fix(curriculum): indentation in fCC Authors Page - step 4 (#60629)

This commit is contained in:
dev-kamil 2025-06-02 11:58:56 +02:00 committed by GitHub
parent 99fce814ec
commit 9f270dcc79
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -146,7 +146,7 @@ const loadMoreBtn = document.getElementById('load-more-btn');
fetch('https://cdn.freecodecamp.org/curriculum/news-author-page/authors.json')
--fcc-editable-region--
.then((res) => console.log(res))
.then((res) => console.log(res))
--fcc-editable-region--
```