Skip to content

fix: correct typo 'occured' -> 'occurred' in k_bar_ai_error i18n value#29478

Draft
developers-universe-1 wants to merge 2 commits into
calcom:mainfrom
developers-universe-1:fix/typo-k-bar-ai-error
Draft

fix: correct typo 'occured' -> 'occurred' in k_bar_ai_error i18n value#29478
developers-universe-1 wants to merge 2 commits into
calcom:mainfrom
developers-universe-1:fix/typo-k-bar-ai-error

Conversation

@developers-universe-1
Copy link
Copy Markdown
Contributor

Corrects spelling in the English translation for the K-Bar AI error message. No functional changes.

@github-actions
Copy link
Copy Markdown
Contributor

Welcome to Cal.diy, @developers-universe-1! Thanks for opening this pull request.

A few things to keep in mind:

  • This is Cal.diy, not Cal.com. Cal.diy is a community-driven, fully open-source fork of Cal.com licensed under MIT. Your changes here will be part of Cal.diy — they will not be deployed to the Cal.com production app.
  • Please review our Contributing Guidelines if you haven't already.
  • Make sure your PR title follows the Conventional Commits format.

A maintainer will review your PR soon. Thanks for contributing!

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented May 28, 2026

Actionable comments posted: 0

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented May 28, 2026

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 3b670f90-f6af-4909-a496-c7636c453ded

📥 Commits

Reviewing files that changed from the base of the PR and between 180ede2 and e30a2e9.

📒 Files selected for processing (2)
  • packages/i18n/locales/en/common.json
  • packages/platform/atoms/lib/getQueryParam.ts

📝 Walkthrough

Walkthrough

This PR fixes two typos without changing any behavior. The first updates the English localization string for k_bar_ai_error to correct the spelling of "occurred." The second fixes a misspelled variable name in the getQueryParam utility function, changing paramater to parameter while preserving all existing logic and fallback behavior.

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed The PR title specifically mentions fixing a typo in 'k_bar_ai_error' i18n value, which aligns with one of the main changes. However, it only covers the i18n fix and omits the equally important typo fix in getQueryParam.ts, making the title incomplete regarding the full scope of changes.
Description check ✅ Passed The description mentions correcting spelling in the English translation for the K-Bar AI error message, which is directly related to one of the two main changes in the PR. It accurately describes that part of the changeset.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Warning

There were issues while running some tools. Please review the errors and either fix the tool's configuration or disable the tool if it's a critical failure.

🔧 ESLint

If the error stems from missing dependencies, add them to the package.json file. For unrecoverable errors (e.g., due to private dependencies), disable the tool in the CodeRabbit configuration.

ESLint skipped: no ESLint configuration detected in root package.json. To enable, add eslint to devDependencies.


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

Comment @coderabbitai help to get the list of available commands and usage tips.

@CLAassistant
Copy link
Copy Markdown

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

const currentUrl = new URL(window.location.href);
const searchParams = currentUrl.searchParams;

const paramater = searchParams.get(paramName);
Copy link
Copy Markdown
Member

@bandhan-majumder bandhan-majumder Jun 2, 2026

Choose a reason for hiding this comment

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

hey, you have submitted same changes twice (#29477). Would you mind reverting this? Making it a draft til then.

@bandhan-majumder bandhan-majumder marked this pull request as draft June 2, 2026 11:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants