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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: typo error in Node.js usage example #93

Merged
merged 2 commits into from
Feb 5, 2024
Merged

Conversation

babblebey
Copy link
Collaborator

This Pull Request fixes the typo error in the Node.js usage example section of the documentation/ReadMe.

Change Made

  • Added closing parenthesis to the example code
const privateKeyPkcs8 = crypto.createPrivateKey(process.env.PRIVATE_KEY).export({
  type: "pkcs8",
  format: "pem",
});

馃槈

Copy link
Owner

@gr2m gr2m left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sweet, thank you!

@gr2m
Copy link
Owner

gr2m commented Feb 5, 2024

can you run `npm run lint:fix'? Sorry for that

@gr2m gr2m merged commit 36409d8 into gr2m:main Feb 5, 2024
3 checks passed
Copy link

github-actions bot commented Feb 5, 2024

馃帀 This PR is included in version 2.0.6 馃帀

The release is available on:

Your semantic-release bot 馃摝馃殌

@babblebey babblebey deleted the patch-1 branch February 5, 2024 19:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants