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

regex syntax typo #139

Closed
1 of 4 tasks
Tchiller opened this issue Jun 17, 2022 · 1 comment · Fixed by #189
Closed
1 of 4 tasks

regex syntax typo #139

Tchiller opened this issue Jun 17, 2022 · 1 comment · Fixed by #189

Comments

@Tchiller
Copy link

Documentation Is:

  • Missing
  • Needed
  • Confusing
  • wrong

Please Explain in Detail...

In your docu you write:

// You can use `regexp`
// test: /example\.js/$

I guess the dollar sign should stand before the slash and not behind

Your Proposal for Changes

// You can use `regexp`
// test: /example\.js$/

Thank you. Hope that helps.

@alexander-akait
Copy link
Member

PR welcome

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants