diff --git a/courses/foundation/README.md b/courses/foundation/README.md index 76923a93..0ea522e2 100644 --- a/courses/foundation/README.md +++ b/courses/foundation/README.md @@ -22,7 +22,7 @@ Total: 16 weeks ## Learning goals overview - + ### [HTML & CSS](/courses/foundation/html-and-css) diff --git a/package.json b/package.json index 28b539a0..4b752861 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "lint:validate-links": "./lint validate-links", "lint:validate-links:watch": "node support/dist/watch.js ./lint validate-links", "lint:watch": "node support/dist/watch.js ./lint", - "generate:learninggoals": "node support/dist/documentationHelpers/generateLearningGoals.js", + "generate:learning-goals": "node support/dist/documentationHelpers/generateLearningGoals.js", "generate:gitbook-summary": "node support/dist/documentationHelpers/generateGitBookSummary.js", "generate:contributors": "node support/dist/documentationHelpers/generateContributors.js" } diff --git a/support/src/documentationHelpers/generateLearningGoals.ts b/support/src/documentationHelpers/generateLearningGoals.ts index 7d22445d..dec881f4 100644 --- a/support/src/documentationHelpers/generateLearningGoals.ts +++ b/support/src/documentationHelpers/generateLearningGoals.ts @@ -8,7 +8,7 @@ * Note that this code was mostly generated by AI. * * Usage: - * npm run generate:learninggoals + * npm run generate:learning-goals */ import { readFile, writeFile, stat } from "fs/promises";