Correct typo

pull/4161/head
Elijah 6 years ago
parent d0d5e91f35
commit aea7f20d49

@ -2,7 +2,7 @@
let orderedSections = null; let orderedSections = null;
async function getSections() { async function getSections() {
const res = await fetch('/docsd.json'); const res = await fetch('/docs.json');
const rawSections = await res.json(); const rawSections = await res.json();
const sections = rawSections.map(section => ({ const sections = rawSections.map(section => ({

Loading…
Cancel
Save