octokit / octokit.js

The all-batteries-included GitHub SDK for Browsers, Node.js, and Deno.
MIT License
6.93k stars 1.01k forks source link

docs: fixed colon issue on example code statements #2516

Closed michaelsatish closed 1 year ago

michaelsatish commented 1 year ago

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

Does this introduce a breaking change?

No

github-actions[bot] commented 11 months ago

:tada: This PR is included in version 3.1.1 :tada:

The release is available on:

Your semantic-release bot :package::rocket: