Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Typo: 'kepap' used instead of 'kebab' #4594

Closed
robokozo opened this issue Oct 11, 2023 · 1 comment
Closed

Typo: 'kepap' used instead of 'kebab' #4594

robokozo opened this issue Oct 11, 2023 · 1 comment
Labels
Component: Documentation Issue or pull request is related to Documentation
Milestone

Comments

@robokozo
Copy link
Contributor

Describe the bug

Typo: 'kepap' used instead of 'kebab'

For example:

let kebapProp = prop.replace(/([a-z])([A-Z])/g, '$1-$2').toLowerCase();

Reproducer

https://codesandbox.io/s/primevue-create-vue-issue-template-kw9g6i

PrimeVue version

3.36

Vue version

3.x

Language

TypeScript

Build / Runtime

Vue CLI App

Browser(s)

No response

Steps to reproduce the behavior

No response

Expected behavior

No response

@robokozo robokozo added the Status: Needs Triage Issue will be reviewed by Core Team and a relevant label will be added as soon as possible label Oct 11, 2023
@mertsincan
Copy link
Member

Fixed in #4593

@mertsincan mertsincan added Component: Documentation Issue or pull request is related to Documentation and removed Status: Needs Triage Issue will be reviewed by Core Team and a relevant label will be added as soon as possible labels Oct 12, 2023
@mertsincan mertsincan added this to the 3.37.0 milestone Oct 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Component: Documentation Issue or pull request is related to Documentation
Projects
None yet
Development

No branches or pull requests

2 participants