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

Typos in code examples on npmjs #15

Closed
pschaub opened this issue Sep 22, 2021 · 1 comment
Closed

Typos in code examples on npmjs #15

pschaub opened this issue Sep 22, 2021 · 1 comment
Assignees
Labels

Comments

@pschaub
Copy link

pschaub commented Sep 22, 2021

The description on npmjs contains multiple typos in the code example.

Wrong:
import { MathJaxModule } from 'mathjax-angular';
Correct:
import { MathjaxModule } from 'mathjax-angular';

Wrong:
MathJaxModule.forRoot(/*Optional Config*/)
Correct:
MathjaxModule.forRoot(/*Optional Config*/)

Wrong:
MathJaxModule.forChild()
Correct:
MathjaxModule.forChild()

See https://www.npmjs.com/package/mathjax-angular

@pschaub pschaub mentioned this issue Sep 22, 2021
@codeaye codeaye self-assigned this Sep 24, 2021
@github-actions
Copy link

🎉 This issue has been resolved in version 1.4.2 🎉

The release is available on:

Your semantic-release bot 📦🚀

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

No branches or pull requests

2 participants