Skip to content

Commit

Permalink
docs: fix typo (#392)
Browse files Browse the repository at this point in the history
spelling: continuously

Signed-off-by: Josh Soref <[email protected]>
  • Loading branch information
jsoref authored Feb 18, 2024
1 parent 0ddf0ea commit f8d6e27
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
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

0 comments on commit f8d6e27

Please sign in to comment.