Skip to content

Conversation

@wo-o29
Copy link
Contributor

@wo-o29 wo-o29 commented Jul 27, 2025

πŸ› Fix Incorrect Terminology in Type Documentation

Problem

Multiple TypeScript type documentation files incorrectly use λ§€κ°œλ³€μˆ˜(parameters) to describe type structures. Since these are TypeScript type definitions, not functions, these should be called 속성(properties) instead.

Changes

  • Changed section title from λ§€κ°œλ³€μˆ˜ to 속성 across multiple type documentation files(ko)
  • Changed section title from Parameters to Properties across multiple type documentation files(en)
  • Maintained all existing CSS classes and structure
  • No functional changes to the documentation layout

Why This Matters

Using correct terminology helps developers understand that:

  • These are type definitions with properties
  • Not a function with parameters
  • Improves overall documentation accuracy and clarity

This change aligns the documentation with standard TypeScript terminology conventions.

@vercel
Copy link

vercel bot commented Jul 27, 2025

@wo-o29 is attempting to deploy a commit to the Toss Team on Vercel.

A member of the Team first needs to authorize it.

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