mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-06-19 21:09:51 +08:00
fix(curriculum): indentation in fCC Authors Page - step 4 (#60629)
This commit is contained in:
parent
99fce814ec
commit
9f270dcc79
@ -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--
|
||||
```
|
||||
|
||||
Loading…
Reference in New Issue
Block a user