mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-03-17 22:01:24 -04:00
fix(curriculum): indentation in fCC Authors Page - step 4 (#60629)
This commit is contained in:
@@ -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--
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user