Skip to content

Fix typos across lessons, add pedagogical review and repo docs#3

Draft
Copilot wants to merge 4 commits intomainfrom
copilot/fix-typos-and-improve-docs
Draft

Fix typos across lessons, add pedagogical review and repo docs#3
Copilot wants to merge 4 commits intomainfrom
copilot/fix-typos-and-improve-docs

Conversation

Copy link

Copilot AI commented Feb 27, 2026

Review of beginner courses (Box Model, CSS Selectors, Vanilla JS) for typos and pedagogical improvements per maintainer request.

Typo & bug fixes (17 fixes across 13 files)

  • Incorrect JS property name: textValuetextContent in query1.md
  • Silent student failure: removed errant semicolon inside string literal in query2.md ("drop-shadow(4px 4px 4px green);""drop-shadow(4px 4px 4px green)")
  • Task count mismatch: "6 tasks" → "4 tasks" in CatBlog Polish capstone
  • Broken markdown: unclosed code block in commas.ts, missing closing quote in commas.ts CSS comment
  • Malformed HTML: <section> instead of </section> in borderChallenge.ts, wrong nesting order in inlineBlock.ts, double single-quote in pseudo.ts hiddenHTMLBefore
  • Grammar/spelling: it'sits (2×), absolutionabsolute, breathbreathe, even handlerevent handler, So where asWhereas, a thethe, duplicate it itit
  • CSS: double semicolon in centeringChallenge.ts

New files

  • PROPOSED_REVISIONS.md — track-by-track pedagogical review with ~30 suggestions, structured into Framework Improvements (platform-level changes like vocab sidebar, learning objectives, intro screens) and Lesson-by-Lesson Suggestions (content tweaks per challenge). Acknowledges existing success animations and live visual feedback as strengths already built into the platform.
  • AGENTS.md — coding conventions, file organization, challenge authoring patterns, quality checklist

Updated README.md

Replaced boilerplate Vite template text with project-specific content: track overview table, install/build/run instructions, project structure, guide for adding new challenges, and an open invitation for contributions.


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

@netlify
Copy link

netlify bot commented Feb 27, 2026

Deploy Preview for cat-in-box ready!

Name Link
🔨 Latest commit a7e709d
🔍 Latest deploy log https://app.netlify.com/projects/cat-in-box/deploys/69a234e896678600083179d5
😎 Deploy Preview https://deploy-preview-3--cat-in-box.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

Copilot AI and others added 2 commits February 27, 2026 22:22
Co-authored-by: thinkle-iacs <15049315+thinkle-iacs@users.noreply.github.com>
… additional content issues

Co-authored-by: thinkle-iacs <15049315+thinkle-iacs@users.noreply.github.com>
Copilot AI changed the title [WIP] Fix typos and improve course documentation Fix typos across lessons, add pedagogical review and repo docs Feb 27, 2026
Copy link
Collaborator

@thinkle-iacs thinkle-iacs left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The contribution can invite people to contribute -- doesn't need to be private 😀

Regarding your suggestions: there are already animations when students succeed and there is already instant visual feedback for each challenge built into the structure of the tutorials so you should update your suggestions to take this into account.

Final note: maybe break out suggested framework improvements separate from lesson by lesson suggestions

…tures, restructure proposals

Co-authored-by: thinkle-iacs <15049315+thinkle-iacs@users.noreply.github.com>
Copy link
Author

Copilot AI commented Feb 28, 2026

The contribution can invite people to contribute -- doesn't need to be private 😀

Regarding your suggestions: there are already animations when students succeed and there is already instant visual ...

Addressed in a7e709d:

  • Replaced "This project is private" with an open contribution invitation in README.md.
  • Updated PROPOSED_REVISIONS.md to acknowledge the existing success animations and live visual feedback as strengths (not things to add).
  • Restructured PROPOSED_REVISIONS.md into two clear sections: Framework Improvements (platform-level changes like vocab sidebar, learning objectives, intro screens) and Lesson-by-Lesson Suggestions (content tweaks per track/challenge).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants