Skip to content

Commit f8d6e27

Browse files
authored
docs: fix typo (#392)
spelling: continuously Signed-off-by: Josh Soref <[email protected]>
1 parent 0ddf0ea commit f8d6e27

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
> Generated TypeScript definitions based on GitHub's OpenAPI spec
44
5-
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`.
5+
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`.
66

77
## License
88

packages/openapi-types-ghec/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
> Generated TypeScript definitions based on GitHub's OpenAPI spec for ghec
44
5-
This package is continously updated based on [GitHub's OpenAPI specification](https://github.com/github/rest-api-description/)
5+
This package is continuously updated based on [GitHub's OpenAPI specification](https://github.com/github/rest-api-description/)
66

77
## Usage
88

packages/openapi-types-ghes-3.10/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
> Generated TypeScript definitions based on GitHub's OpenAPI spec for ghes-3.10
44
5-
This package is continously updated based on [GitHub's OpenAPI specification](https://github.com/github/rest-api-description/)
5+
This package is continuously updated based on [GitHub's OpenAPI specification](https://github.com/github/rest-api-description/)
66

77
## Usage
88

packages/openapi-types-ghes-3.8/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
> Generated TypeScript definitions based on GitHub's OpenAPI spec for ghes-3.8
44
5-
This package is continously updated based on [GitHub's OpenAPI specification](https://github.com/github/rest-api-description/)
5+
This package is continuously updated based on [GitHub's OpenAPI specification](https://github.com/github/rest-api-description/)
66

77
## Usage
88

packages/openapi-types-ghes-3.9/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
> Generated TypeScript definitions based on GitHub's OpenAPI spec for ghes-3.9
44
5-
This package is continously updated based on [GitHub's OpenAPI specification](https://github.com/github/rest-api-description/)
5+
This package is continuously updated based on [GitHub's OpenAPI specification](https://github.com/github/rest-api-description/)
66

77
## Usage
88

packages/openapi-types-github.ae/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
> Generated TypeScript definitions based on GitHub's OpenAPI spec for github.ae
44
5-
This package is continously updated based on [GitHub's OpenAPI specification](https://github.com/github/rest-api-description/)
5+
This package is continuously updated based on [GitHub's OpenAPI specification](https://github.com/github/rest-api-description/)
66

77
## Usage
88

packages/openapi-types/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
> Generated TypeScript definitions based on GitHub's OpenAPI spec
44
5-
This package is continously updated based on [GitHub's OpenAPI specification](https://github.com/github/rest-api-description/)
5+
This package is continuously updated based on [GitHub's OpenAPI specification](https://github.com/github/rest-api-description/)
66

77
## Usage
88

scripts/generate-types.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ async function run() {
6464
packageName === "openapi-types" ? "" : `for ${name}`
6565
}
6666
67-
This package is continously updated based on [GitHub's OpenAPI specification](https://github.com/github/rest-api-description/)
67+
This package is continuously updated based on [GitHub's OpenAPI specification](https://github.com/github/rest-api-description/)
6868
6969
## Usage
7070

0 commit comments

Comments
 (0)