Skip to content

docs(core, mobile): fix typos and incorrect descriptions#359

Open
guesung wants to merge 2 commits intotoss:mainfrom
guesung:docs/fix-typos-and-descriptions
Open

docs(core, mobile): fix typos and incorrect descriptions#359
guesung wants to merge 2 commits intotoss:mainfrom
guesung:docs/fix-typos-and-descriptions

Conversation

@guesung
Copy link
Copy Markdown
Contributor

@guesung guesung commented Apr 1, 2026

Summary

  • Fix misspelled type parameter InstrinsicElementsIntrinsicElementsOf in ImpressionArea.tsx
  • Fix occuredoccurred in test descriptions and contributing docs (3 occurrences)
  • Fix grammar re-render occurre-renders occur in usePrevious JSDoc
  • Fix duplicate period in subscribeKeyboardHeight doc
  • Fix Korean typos: 이예요이에요, 안전해요요안전해요
  • Fix incorrect return value descriptions in Korean docs for isKeyboardVisible, isIOS, isAndroid (were describing wrong boolean values)

Test plan

  • yarn run test:type passes
  • Verify docs render correctly on VitePress

- Fix misspelled type parameter `InstrinsicElements` → `IntrinsicElementsOf`
- Fix `occured` → `occurred` in test descriptions and docs
- Fix grammar `re-render occur` → `re-renders occur` in JSDoc
- Fix duplicate period in subscribeKeyboardHeight doc
- Fix Korean typos: `이예요` → `이에요`, `안전해요요` → `안전해요`
- Fix incorrect return value descriptions in ko docs for isKeyboardVisible, isIOS, isAndroid
Copilot AI review requested due to automatic review settings April 1, 2026 05:14
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR fixes typos and corrects inaccurate documentation (including Korean docs) across core and mobile, and updates a misspelled type parameter name in ImpressionArea.

Changes:

  • Corrects multiple typos/grammar issues in docs, JSDoc, and test descriptions (e.g., “occurred”, “re-renders occur”, duplicate punctuation).
  • Fixes incorrect boolean return descriptions in Korean docs for isKeyboardVisible, isIOS, and isAndroid.
  • Renames a misspelled type parameter (InstrinsicElementsIntrinsicElementsOf) in ImpressionArea.tsx.

Reviewed changes

Copilot reviewed 11 out of 11 changed files in this pull request and generated no comments.

Show a summary per file
File Description
packages/mobile/src/utils/subscribeKeyboardHeight/subscribeKeyboardHeight.md Fixes duplicate period in return value description.
packages/mobile/src/utils/isKeyboardVisible/ko/isKeyboardVisible.md Corrects Korean return description to match actual boolean semantics.
packages/mobile/src/utils/isIOS/ko/isIOS.md Corrects Korean return description to match actual boolean semantics.
packages/mobile/src/utils/isAndroid/ko/isAndroid.md Corrects Korean return description to match actual boolean semantics.
packages/mobile/src/utils/disableBodyScrollLock/ko/disableBodyScrollLock.md Fixes Korean typo in introductory description.
packages/core/src/hooks/useStorageState/useStorageState.spec.ts Fixes typo in test case description (“occurred”).
packages/core/src/hooks/usePrevious/usePrevious.ts Fixes grammar in JSDoc (“re-renders occur”).
packages/core/src/hooks/usePrevious/ko/usePrevious.md Fixes Korean typo in example comment.
packages/core/src/components/ImpressionArea/ImpressionArea.tsx Fixes misspelled generic type parameter name.
docs/ko/core/contributing.md Fixes typo in example test description (“occurred”).
docs/core/contributing.md Fixes typo in example test description (“occurred”).

- Fix double space in useBodyScrollLock JSDoc comment
- Fix reversed true/false in isServer Korean doc description
- Fix awkward phrasing in useStorageState Korean doc
- Fix subject-verb agreement in docs/core/intro.md
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