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

docs: fixed colon issue on example code statements #2516

Merged
merged 1 commit into from
Aug 10, 2023

Conversation

michaelsatish
Copy link
Contributor

Resolves #2515

Before the change?

import { createServer } from "node:http":

After the change?

// Replace colon with semicolon
import { createServer } from "node:http";

Pull request checklist

  • Tests for the changes have been added (for bug fixes / features)
  • Docs have been reviewed and added / updated if needed (for bug fixes / features)

Does this introduce a breaking change?

No

Signed-off-by: Satish Kumar Kadarkarai Main <[email protected]>
@wolfy1339 wolfy1339 added the Type: Documentation Improvements or additions to documentation label Aug 10, 2023
@wolfy1339 wolfy1339 changed the title fixed colon issue on example code statements "node:http": docs: fixed colon issue on example code statements Aug 10, 2023
@wolfy1339 wolfy1339 enabled auto-merge (squash) August 10, 2023 23:04
@wolfy1339 wolfy1339 merged commit 2e2c4ae into octokit:main Aug 10, 2023
8 of 9 checks passed
@github-actions
Copy link

🎉 This PR is included in version 3.1.1 🎉

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
released Type: Documentation Improvements or additions to documentation
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

[DOCS]: Code examples, statement ending with a colon
2 participants