Skip to content

docs: fix markdown errors found in audit#7

Merged
senrecep merged 2 commits into
mainfrom
docs/fix-markdown-errors
May 31, 2026
Merged

docs: fix markdown errors found in audit#7
senrecep merged 2 commits into
mainfrom
docs/fix-markdown-errors

Conversation

@senrecep
Copy link
Copy Markdown
Owner

Summary

  • README.md: |> pipeline operatörü TypeScript'te desteklenmiyor — chain() ile değiştirildi
  • README.md: Ord yanlış modülden import ediliyordu (tsentials/eqtsentials/ord)
  • README.md: User interface'inde age field'ı eksikti (Ord örneğinde kullanılıyordu)
  • CONTRIBUTING.md: git clone sonrası cd TypeScriptEssentials yanlış — cd tsentials olarak düzeltildi
  • AGENTS.md + CLAUDE.md: Test sayısı güncellendi (762/1075 → 1079)
  • tsentials-errors/SKILL.md: ErrorType import eksikti

Test plan

  • npm run build — 0 TypeScript hatası
  • npm test — 1079/1079 geçti
  • biome check — 0 lint hatası

🤖 Generated with Claude Code

senrecep and others added 2 commits May 31, 2026 15:38
- README.md: replace |> pipeline operator (unsupported in TS) with chain()
- README.md: fix Ord import from wrong module (tsentials/eq → tsentials/ord)
- README.md: add missing `age` field to User interface in Ord example
- CONTRIBUTING.md: fix cd path after git clone (TypeScriptEssentials → tsentials)
- AGENTS.md: update test count (762 → 1079)
- CLAUDE.md: update test count (1075 → 1079)
- tsentials-errors/SKILL.md: add missing ErrorType import in fetchData example

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@senrecep senrecep merged commit a10c51d into main May 31, 2026
5 of 6 checks passed
@senrecep senrecep deleted the docs/fix-markdown-errors branch May 31, 2026 15:14
@codecov
Copy link
Copy Markdown

codecov Bot commented May 31, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

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.

1 participant