Skip to content

fix(babel-plugin): correct typos in comment and test name#1748

Open
durvesh1992 wants to merge 1 commit into
facebook:mainfrom
durvesh1992:fix/comment-doc-typos
Open

fix(babel-plugin): correct typos in comment and test name#1748
durvesh1992 wants to merge 1 commit into
facebook:mainfrom
durvesh1992:fix/comment-doc-typos

Conversation

@durvesh1992

Copy link
Copy Markdown

Summary

Fixes two self-evident spelling typos in the @stylexjs/babel-plugin package. These are comment / test-name only changes with no behavior impact.

File Before After
packages/@stylexjs/babel-plugin/src/visitors/parse-stylex-create-arg.js // TODO: This is'nt handling all possible types... // TODO: This isn't handling all possible types...
packages/@stylexjs/babel-plugin/__tests__/transform-stylex-props-test.js test('hoisting correctly with duplicte names', ...) test('hoisting correctly with duplicate names', ...)

Notes

  • No production behavior change; the test-name change only affects the human-readable describe/test label.
  • I swept the rest of the repo (comments, README, docs/MDX) for typo patterns and stale facebookexperimental/ references and found no other confident fixes, so this PR is kept intentionally small.

Fixes two self-evident spelling typos in the babel-plugin package:
- parse-stylex-create-arg.js: "is'nt" -> "isn't" in a TODO comment
- transform-stylex-props-test.js: "duplicte" -> "duplicate" in a test name

Comment/test-name only; no behavior change.
@vercel

vercel Bot commented Jun 29, 2026

Copy link
Copy Markdown

Someone is attempting to deploy a commit to the Meta Open Source Team on Vercel.

A member of the Team first needs to authorize it.

@meta-cla meta-cla Bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label Jun 29, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant