Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(modal): fix small typos and add clarifying language #4629

Open
wants to merge 1 commit into
base: canary
Choose a base branch
from

Conversation

millmason
Copy link

@millmason millmason commented Jan 23, 2025

Closes # (N/A)

📝 Description

Adds some clarifying language and corrects typos in the docs for the Modal component

⛳️ Current behavior (updates)

I found some of the descriptions in the documentation a little confusing, so I tested the behavior and then added language that I thought might be more explicit, and cleaned up some typos alongside it.

🚀 New behavior

Hopefully language is more transparent!

💣 Is this a breaking change (Yes/No):

No, not at all

Summary by CodeRabbit

  • Documentation
    • Updated Modal component documentation
    • Improved clarity and readability of text descriptions
    • Refined explanations about modal interactions and positioning
    • Corrected minor grammatical and capitalization issues

Copy link

changeset-bot bot commented Jan 23, 2025

🦋 Changeset detected

Latest commit: 2dd10a9

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 0 packages

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

Copy link

vercel bot commented Jan 23, 2025

@millmason is attempting to deploy a commit to the HeroUI Inc Team on Vercel.

A member of the Team first needs to authorize it.

Copy link
Contributor

coderabbitai bot commented Jan 23, 2025

Walkthrough

The pull request contains two changes: an empty changeset file and documentation updates for the Modal component in the docs. The documentation modifications focus on improving clarity, grammar, and readability without changing any functional aspects of the component. The changes include minor textual refinements, sentence structure improvements, and more precise language describing modal interactions and positioning.

Changes

File Change Summary
.changeset/bright-cameras-visit.md Empty changeset file with no modifications
apps/docs/content/docs/components/modal.mdx Documentation text improvements:
- Refined grammar and capitalization
- Clarified modal positioning and interaction descriptions
- Enhanced readability of instructions

No sequence diagram is necessary for these changes, as they are purely textual documentation updates without modifications to code or system interactions.


Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?

❤️ Share
🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai generate docstrings to generate docstrings for this PR. (Beta)
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

Copy link
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 0

🧹 Nitpick comments (1)
apps/docs/content/docs/components/modal.mdx (1)

Line range hint 87-101: Add missing comma for better readability

The changes improve clarity by using more appropriate terminology ("larger" instead of "higher") and better punctuation. However, there's still a missing comma.

Add a comma after "By default":

-By default the modal is centered
+By default, the modal is centered
📜 Review details

Configuration used: .coderabbit.yaml
Review profile: CHILL
Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between cddba82 and 2dd10a9.

📒 Files selected for processing (2)
  • .changeset/bright-cameras-visit.md (1 hunks)
  • apps/docs/content/docs/components/modal.mdx (6 hunks)
✅ Files skipped from review due to trivial changes (1)
  • .changeset/bright-cameras-visit.md
🧰 Additional context used
🪛 LanguageTool
apps/docs/content/docs/components/modal.mdx

[uncategorized] ~86-~86: Did you mean: “By default,”?
Context: ...onDismissable} /> ### Modal placement By default the modal is centered on screens larger...

(BY_DEFAULT_COMMA)

🔇 Additional comments (5)
apps/docs/content/docs/components/modal.mdx (5)

3-3: LGTM! Grammar improvement

The removal of the article "a" before "custom content" improves grammar as "content" is an uncountable noun.

Also applies to: 10-10


67-67: LGTM! Improved clarity

Adding "the" before "modal dialog" enhances readability by properly referencing the specific modal being discussed.


81-81: LGTM! Enhanced technical accuracy

Adding "property" after "isKeyboardDismissDisabled" provides better clarity about the API.


114-114: LGTM! Proper capitalization

Correct capitalization of "The" at the beginning of the sentence.


143-143: LGTM! Improved user instructions

The changes provide:

  • More explicit instructions for dragging the modal
  • Clearer explanation of the overflow behavior

Also applies to: 149-149

@wingkwong wingkwong modified the milestones: v2.6.15, v2.7.0 Jan 25, 2025
@wingkwong wingkwong added the 📋 Scope : Docs Related to the documentation label Jan 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
📋 Scope : Docs Related to the documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants