mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-04-19 04:00:56 -04:00
chore(curriculum): change to US spelling (#60852)
This commit is contained in:
@@ -8,7 +8,7 @@ import { join } from 'path';
|
||||
|
||||
const CURRICULUM_PATH = '../../../shared/config/curriculum.json';
|
||||
|
||||
// Curriculum is read using fs, because it is too large for VSCode's LSP to handle type inference which causes anoying behaviour.
|
||||
// Curriculum is read using fs, because it is too large for VSCode's LSP to handle type inference which causes annoying behavior.
|
||||
const curriculum = JSON.parse(
|
||||
readFileSync(join(__dirname, CURRICULUM_PATH), 'utf-8')
|
||||
) as Curriculum;
|
||||
|
||||
Reference in New Issue
Block a user