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: fix typo #392

Merged
merged 1 commit into from
Feb 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

> Generated TypeScript definitions based on GitHub's OpenAPI spec

This repository continously converts [GitHub's OpenAPI specification](https://github.com/github/rest-api-description/) into TypeScript definitions and publishes them to npm as `@octokit/openapi-types`.
This repository continuously converts [GitHub's OpenAPI specification](https://github.com/github/rest-api-description/) into TypeScript definitions and publishes them to npm as `@octokit/openapi-types`.

## License

Expand Down
2 changes: 1 addition & 1 deletion packages/openapi-types-ghec/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

> Generated TypeScript definitions based on GitHub's OpenAPI spec for ghec

This package is continously updated based on [GitHub's OpenAPI specification](https://github.com/github/rest-api-description/)
This package is continuously updated based on [GitHub's OpenAPI specification](https://github.com/github/rest-api-description/)

## Usage

Expand Down
2 changes: 1 addition & 1 deletion packages/openapi-types-ghes-3.10/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

> Generated TypeScript definitions based on GitHub's OpenAPI spec for ghes-3.10

This package is continously updated based on [GitHub's OpenAPI specification](https://github.com/github/rest-api-description/)
This package is continuously updated based on [GitHub's OpenAPI specification](https://github.com/github/rest-api-description/)

## Usage

Expand Down
2 changes: 1 addition & 1 deletion packages/openapi-types-ghes-3.8/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

> Generated TypeScript definitions based on GitHub's OpenAPI spec for ghes-3.8

This package is continously updated based on [GitHub's OpenAPI specification](https://github.com/github/rest-api-description/)
This package is continuously updated based on [GitHub's OpenAPI specification](https://github.com/github/rest-api-description/)

## Usage

Expand Down
2 changes: 1 addition & 1 deletion packages/openapi-types-ghes-3.9/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

> Generated TypeScript definitions based on GitHub's OpenAPI spec for ghes-3.9

This package is continously updated based on [GitHub's OpenAPI specification](https://github.com/github/rest-api-description/)
This package is continuously updated based on [GitHub's OpenAPI specification](https://github.com/github/rest-api-description/)

## Usage

Expand Down
2 changes: 1 addition & 1 deletion packages/openapi-types-github.ae/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

> Generated TypeScript definitions based on GitHub's OpenAPI spec for github.ae

This package is continously updated based on [GitHub's OpenAPI specification](https://github.com/github/rest-api-description/)
This package is continuously updated based on [GitHub's OpenAPI specification](https://github.com/github/rest-api-description/)

## Usage

Expand Down
2 changes: 1 addition & 1 deletion packages/openapi-types/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

> Generated TypeScript definitions based on GitHub's OpenAPI spec

This package is continously updated based on [GitHub's OpenAPI specification](https://github.com/github/rest-api-description/)
This package is continuously updated based on [GitHub's OpenAPI specification](https://github.com/github/rest-api-description/)

## Usage

Expand Down
2 changes: 1 addition & 1 deletion scripts/generate-types.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ async function run() {
packageName === "openapi-types" ? "" : `for ${name}`
}

This package is continously updated based on [GitHub's OpenAPI specification](https://github.com/github/rest-api-description/)
This package is continuously updated based on [GitHub's OpenAPI specification](https://github.com/github/rest-api-description/)

## Usage

Expand Down
Loading