Skip to content

fix: correct typo 'paramater' → 'parameter' in getQueryParam.ts#29477

Merged
bandhan-majumder merged 2 commits into
calcom:mainfrom
developers-universe-1:fix/typo-parameter-query-param
Jun 2, 2026
Merged

fix: correct typo 'paramater' → 'parameter' in getQueryParam.ts#29477
bandhan-majumder merged 2 commits into
calcom:mainfrom
developers-universe-1:fix/typo-parameter-query-param

Conversation

@developers-universe-1
Copy link
Copy Markdown
Contributor

Changes

Corrects a typo in the \getQueryParam\ helper:

  • Variable name: \paramater\ → \parameter\

No functional changes — purely a spelling fix.

@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: dd890f08-cc75-4cc6-b318-240eaa8961ec

📥 Commits

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

📒 Files selected for processing (1)
  • packages/platform/atoms/lib/getQueryParam.ts

📝 Walkthrough

Walkthrough

This pull request fixes a typo in the getQueryParam utility function within the atoms library. The local variable name used to read and return the extracted query parameter value is corrected from the misspelled paramater to the proper spelling parameter. The external behavior and return paths remain unchanged: the function continues to return the query string value when executed in a browser environment and undefined otherwise.

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed The title accurately describes the main change: fixing a typo in getQueryParam.ts by correcting 'paramater' to 'parameter'.
Description check ✅ Passed The description is directly related to the changeset, explaining the typo fix and clarifying there are no functional changes.
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.

Copy link
Copy Markdown
Member

@bandhan-majumder bandhan-majumder left a comment

Choose a reason for hiding this comment

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

👍

@bandhan-majumder bandhan-majumder added ready-for-e2e run-ci Approve CI to run for external contributors and removed ready-for-e2e run-ci Approve CI to run for external contributors labels Jun 2, 2026
@bandhan-majumder bandhan-majumder merged commit 287cea3 into calcom:main Jun 2, 2026
83 of 87 checks passed
@bandhan-majumder bandhan-majumder self-assigned this Jun 3, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ready-for-e2e run-ci Approve CI to run for external contributors size/XS

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants