Skip to content

fix: correct typos in example directory names#2

Open
okxint wants to merge 1 commit into
primer-io:mainfrom
okxint:fix/typo-example-directory-names
Open

fix: correct typos in example directory names#2
okxint wants to merge 1 commit into
primer-io:mainfrom
okxint:fix/typo-example-directory-names

Conversation

@okxint
Copy link
Copy Markdown

@okxint okxint commented Jun 1, 2026

Summary

Two example directories have typos in their names that were noticed while exploring the repo:

  • examples/sdk-v2-stack**bll**itz-dropinexamples/sdk-v2-stackblitz-dropin (double 'l' in stackblitz)
  • examples/**skd**-v2-stackblitz-headlessexamples/sdk-v2-stackblitz-headless ('skd' should be 'sdk')

The yarn.lock workspace resolution paths have been updated to match the corrected directory names.

Changes

  • Renamed examples/sdk-v2-stackbllitz-dropinexamples/sdk-v2-stackblitz-dropin
  • Renamed examples/skd-v2-stackblitz-headlessexamples/sdk-v2-stackblitz-headless
  • Regenerated yarn.lock to reflect the corrected workspace paths

Rename two directories with typos in their names:
- sdk-v2-stackbll**i**tz-dropin → sdk-v2-stackblitz-dropin (extra 'l')
- skd-v2-stackblitz-headless → sdk-v2-stackblitz-headless ('skd' → 'sdk')

Update yarn.lock workspace resolutions to match the corrected paths.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant