Skip to content

Conversation

@darrelfrancis
Copy link
Contributor

@darrelfrancis darrelfrancis commented May 29, 2025

Describe the PR

Fix spelling of Accordian to Accordion, in the docs

PR checklist

What kind of change does this PR introduce? (check at least one)

  • Bugfix 🐛 - fix(...)
  • Feature - feat(...)
  • ARIA accessibility - fix(...)
  • Documentation update - docs(...)
  • Other (please describe)

The PR fulfills these requirements:

  • Pull request title and all commits follow the Conventional Commits convention or has an override in this pull request body This is very important, as the CHANGELOG is generated from these messages, and determines the next version type. Pull requests that do not follow conventional commits or do not have an override will be denied

Summary by CodeRabbit

  • Bug Fixes
    • Corrected spelling of component names in migration guides to ensure accurate references.

@bolt-new-by-stackblitz
Copy link

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

@coderabbitai
Copy link
Contributor

coderabbitai bot commented May 29, 2025

Walkthrough

The update corrects spelling errors in the migrationMap object within a Vue component, changing "BAccordian" and "BAccordianItem" to "BAccordion" and "BAccordionItem" in four locations. No other logic or structure in the file has been modified.

Changes

File Change Summary
apps/docs/src/components/ShowHideProps.vue Fixed spelling of component names in migrationMap (4 instances)

Poem

In the land of code, a bunny hopped,
Spelling errors swiftly stopped.
Accordions now spelled just right,
Components gleam with names so bright.
With every fix, the docs feel new—
Hippity-hop, hooray for Vue! 🐇🎶


📜 Recent review details

Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 790679d and 620ca3e.

📒 Files selected for processing (1)
  • apps/docs/src/components/ShowHideProps.vue (2 hunks)
⏰ Context from checks skipped due to timeout of 90000ms (1)
  • GitHub Check: build
🔇 Additional comments (3)
apps/docs/src/components/ShowHideProps.vue (3)

43-43: Spelling correction in lazy mapping

Changed the mapped components from BAccordian/BAccordianItem to BAccordion/BAccordionItem. This maintains consistency across the migration map.


61-61: Spelling correction in unmountLazy mapping

Replaced BAccordian/BAccordianItem with BAccordion/BAccordionItem to match the actual component names.


41-41:

Details

✅ Verification successful

Spelling correction in initialAnimation mapping

Updated the component identifiers from BAccordian/BAccordianItem to the correct BAccordion/BAccordionItem, preventing potential runtime mapping errors.

Run this script to ensure no remaining misspellings in the codebase:


🏁 Script executed:

#!/bin/bash
# Search for any leftover instances of the old spelling
rg -n "BAccordian"

Length of output: 18


Spelling correction verified

A project-wide search for the old BAccordian spelling returned no matches—all instances have been updated to BAccordion/BAccordionItem. No further changes are needed.


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ 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.
    • Explain this complex logic.
    • 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 explain this code block.
    • @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 explain its main purpose.
    • @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.

Support

Need help? Create a ticket on our support page for assistance with any issues or questions.

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.
  • @coderabbitai generate sequence diagram to generate a sequence diagram of the changes in this PR.
  • @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.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

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.

@VividLemon VividLemon merged commit f6b587f into bootstrap-vue-next:main May 29, 2025
3 of 4 checks passed
@pkg-pr-new
Copy link

pkg-pr-new bot commented May 29, 2025

bsvn-vite-ts

npm i https://pkg.pr.new/bootstrap-vue-next/bootstrap-vue-next@2718
npm i https://pkg.pr.new/bootstrap-vue-next/bootstrap-vue-next/@bootstrap-vue-next/nuxt@2718

commit: 620ca3e

@darrelfrancis darrelfrancis deleted the spelling-accordion branch May 29, 2025 19:00
xvaara added a commit to xvaara/bootstrap-vue-next that referenced this pull request May 31, 2025
* upstream/main:
  Tabs/Accordion, modelValue is id now and we have v-model:index. (bootstrap-vue-next#2716)
  docs(ShowHideProps): spelling: Accordian->Accordion (bootstrap-vue-next#2718)
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