Skip to content

Commit e0b47e2

Browse files
authored
maint: fix spelling errors (#897)
Signed-off-by: Josh Soref <[email protected]>
1 parent 1a8dcd7 commit e0b47e2

24 files changed

+39
-39
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ The webhook schemas are [JSON schemas](https://json-schema.org/) that are manual
7070
"enum": ["foo", "bar", null]
7171
}
7272
```
73-
- When a property can be of multiple types, use a [`oneOf`](https://json-schema.org/understanding-json-schema/reference/combining.html#oneof) for the decleration of that property, and declare each type in the `oneOf`
73+
- When a property can be of multiple types, use a [`oneOf`](https://json-schema.org/understanding-json-schema/reference/combining.html#oneof) for the declaration of that property, and declare each type in the `oneOf`
7474
- When it is possible that a property may have a value of `null`:
7575

7676
- if there is only one other type the property can be, change the `type` property to an array including the type, and the string `null`

cache/event-types-and-payloads.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8183,7 +8183,7 @@ <h3>
81838183
</span><span class="nt">"type"</span><span class="p">:</span><span class="w"> </span><span class="s2">"User"</span><span class="p">,</span><span class="w">
81848184
</span><span class="nt">"site_admin"</span><span class="p">:</span><span class="w"> </span><span class="kc">false</span><span class="w">
81858185
</span><span class="p">},</span><span class="w">
8186-
</span><span class="nt">"body"</span><span class="p">:</span><span class="w"> </span><span class="s2">"Maybe you should use more emojji on this line."</span><span class="p">,</span><span class="w">
8186+
</span><span class="nt">"body"</span><span class="p">:</span><span class="w"> </span><span class="s2">"Maybe you should use more emoji on this line."</span><span class="p">,</span><span class="w">
81878187
</span><span class="nt">"created_at"</span><span class="p">:</span><span class="w"> </span><span class="s2">"2019-05-15T15:20:37Z"</span><span class="p">,</span><span class="w">
81888188
</span><span class="nt">"updated_at"</span><span class="p">:</span><span class="w"> </span><span class="s2">"2019-05-15T15:20:38Z"</span><span class="p">,</span><span class="w">
81898189
</span><span class="nt">"html_url"</span><span class="p">:</span><span class="w"> </span><span class="s2">"https://github.com/Codertocat/Hello-World/pull/2#discussion_r284312630"</span><span class="p">,</span><span class="w">

cache/ghes-35/webhook-events-and-payloads.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9561,8 +9561,8 @@ <h3 id="webhook-payload-example-24">
95619561
"summary": "A simple npm package to demonstrate GitHub Packages",
95629562
"name": "sha256:3da1996a8115d7616457760d9920b815241d0a03b34cf5f04e9a0e9d8de37498",
95639563
"description": "",
9564-
"body": "# hello-world-npm\n\nThis is a simple npm package that demonstrates the [Github Packages](https://github.com/features/package).\n\n## Installation \n\n`$ npm install`\n\n## Usage\n\n```\nconst myPackage = require('hello-world-node-package');\nmyPackage.helloWorld();\n```\n\n",
9565-
"body_html": "&lt;h1&gt;hello-world-npm&lt;/h1&gt;\n&lt;p&gt;This is a simple npm package that demonstrates the &lt;a href=\"https://github.com/features/package\"&gt;Github Package Registry&lt;/a&gt;.&lt;/p&gt;\n&lt;h2&gt;Installation&lt;/h2&gt;\n&lt;p&gt;&lt;code&gt;$ npm install&lt;/code&gt;&lt;/p&gt;\n&lt;h2&gt;Usage&lt;/h2&gt;\n&lt;pre&gt;&lt;code&gt;const myPackage = require('hello-world-node-package');\nmyPackage.helloWorld();\n&lt;/code&gt;&lt;/pre&gt;",
9564+
"body": "# hello-world-npm\n\nThis is a simple npm package that demonstrates the [GitHub Packages](https://github.com/features/package).\n\n## Installation \n\n`$ npm install`\n\n## Usage\n\n```\nconst myPackage = require('hello-world-node-package');\nmyPackage.helloWorld();\n```\n\n",
9565+
"body_html": "&lt;h1&gt;hello-world-npm&lt;/h1&gt;\n&lt;p&gt;This is a simple npm package that demonstrates the &lt;a href=\"https://github.com/features/package\"&gt;GitHub Package Registry&lt;/a&gt;.&lt;/p&gt;\n&lt;h2&gt;Installation&lt;/h2&gt;\n&lt;p&gt;&lt;code&gt;$ npm install&lt;/code&gt;&lt;/p&gt;\n&lt;h2&gt;Usage&lt;/h2&gt;\n&lt;pre&gt;&lt;code&gt;const myPackage = require('hello-world-node-package');\nmyPackage.helloWorld();\n&lt;/code&gt;&lt;/pre&gt;",
95669566
"release": {
95679567
"url": "https://api.github.com/repos/Codertocat/hello-world-npm/releases/17264286",
95689568
"html_url": "https://github.com/Codertocat/hello-world-npm/releases/tag/1.0.0",

cache/github.ae/webhook-events-and-payloads.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9202,8 +9202,8 @@ <h3 id="webhook-payload-example-23">
92029202
"summary": "A simple npm package to demonstrate GitHub Packages",
92039203
"name": "sha256:3da1996a8115d7616457760d9920b815241d0a03b34cf5f04e9a0e9d8de37498",
92049204
"description": "",
9205-
"body": "# hello-world-npm\n\nThis is a simple npm package that demonstrates the [Github Packages](https://github.com/features/package).\n\n## Installation \n\n`$ npm install`\n\n## Usage\n\n```\nconst myPackage = require('hello-world-node-package');\nmyPackage.helloWorld();\n```\n\n",
9206-
"body_html": "&lt;h1&gt;hello-world-npm&lt;/h1&gt;\n&lt;p&gt;This is a simple npm package that demonstrates the &lt;a href=\"https://github.com/features/package\"&gt;Github Package Registry&lt;/a&gt;.&lt;/p&gt;\n&lt;h2&gt;Installation&lt;/h2&gt;\n&lt;p&gt;&lt;code&gt;$ npm install&lt;/code&gt;&lt;/p&gt;\n&lt;h2&gt;Usage&lt;/h2&gt;\n&lt;pre&gt;&lt;code&gt;const myPackage = require('hello-world-node-package');\nmyPackage.helloWorld();\n&lt;/code&gt;&lt;/pre&gt;",
9205+
"body": "# hello-world-npm\n\nThis is a simple npm package that demonstrates the [GitHub Packages](https://github.com/features/package).\n\n## Installation \n\n`$ npm install`\n\n## Usage\n\n```\nconst myPackage = require('hello-world-node-package');\nmyPackage.helloWorld();\n```\n\n",
9206+
"body_html": "&lt;h1&gt;hello-world-npm&lt;/h1&gt;\n&lt;p&gt;This is a simple npm package that demonstrates the &lt;a href=\"https://github.com/features/package\"&gt;GitHub Package Registry&lt;/a&gt;.&lt;/p&gt;\n&lt;h2&gt;Installation&lt;/h2&gt;\n&lt;p&gt;&lt;code&gt;$ npm install&lt;/code&gt;&lt;/p&gt;\n&lt;h2&gt;Usage&lt;/h2&gt;\n&lt;pre&gt;&lt;code&gt;const myPackage = require('hello-world-node-package');\nmyPackage.helloWorld();\n&lt;/code&gt;&lt;/pre&gt;",
92079207
"release": {
92089208
"url": "https://api.github.com/repos/Codertocat/hello-world-npm/releases/17264286",
92099209
"html_url": "https://github.com/Codertocat/hello-world-npm/releases/tag/1.0.0",

payload-examples/api.github.com/discussion/transferred.payload.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@
128128
"site_admin": false
129129
},
130130
"html_url": "https://github.com/Codertocat/hello-world-npm",
131-
"description": "This is a simple npm package that demonstrates the Github Package Registry",
131+
"description": "This is a simple npm package that demonstrates the GitHub Package Registry",
132132
"fork": false,
133133
"url": "https://api.github.com/repos/Codertocat/hello-world-npm",
134134
"forks_url": "https://api.github.com/repos/Codertocat/hello-world-npm/forks",

payload-examples/api.github.com/index.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -14067,7 +14067,7 @@
1406714067
"site_admin": false
1406814068
},
1406914069
"html_url": "https://github.com/Codertocat/hello-world-npm",
14070-
"description": "This is a simple npm package that demonstrates the Github Package Registry",
14070+
"description": "This is a simple npm package that demonstrates the GitHub Package Registry",
1407114071
"fork": false,
1407214072
"url": "https://api.github.com/repos/Codertocat/hello-world-npm",
1407314073
"forks_url": "https://api.github.com/repos/Codertocat/hello-world-npm/forks",
@@ -33517,7 +33517,7 @@
3351733517
"package": {
3351833518
"id": 10696,
3351933519
"name": "hello-world-npm",
33520-
"namespace": "Codertocaat/hello-world-npm",
33520+
"namespace": "Codertocat/hello-world-npm",
3352133521
"description": null,
3352233522
"ecosystem": "docker",
3352333523
"package_type": "npm",
@@ -33550,8 +33550,8 @@
3355033550
"summary": "A simple npm package to demonstrate GitHub Packages",
3355133551
"name": "sha256:3da1996a8115d7616457760d9920b815241d0a03b34cf5f04e9a0e9d8de37498",
3355233552
"description": "",
33553-
"body": "# hello-world-npm\n\nThis is a simple npm package that demonstrates the [Github Packages](https://github.com/features/package).\n\n## Installation \n\n`$ npm install`\n\n## Usage\n\n```\nconst myPackage = require('hello-world-node-package');\nmyPackage.helloWorld();\n```\n\n",
33554-
"body_html": "<h1>hello-world-npm</h1>\n<p>This is a simple npm package that demonstrates the <a href=\"https://github.com/features/package\">Github Package Registry</a>.</p>\n<h2>Installation</h2>\n<p><code>$ npm install</code></p>\n<h2>Usage</h2>\n<pre><code>const myPackage = require('hello-world-node-package');\nmyPackage.helloWorld();\n</code></pre>",
33553+
"body": "# hello-world-npm\n\nThis is a simple npm package that demonstrates the [GitHub Packages](https://github.com/features/package).\n\n## Installation \n\n`$ npm install`\n\n## Usage\n\n```\nconst myPackage = require('hello-world-node-package');\nmyPackage.helloWorld();\n```\n\n",
33554+
"body_html": "<h1>hello-world-npm</h1>\n<p>This is a simple npm package that demonstrates the <a href=\"https://github.com/features/package\">GitHub Package Registry</a>.</p>\n<h2>Installation</h2>\n<p><code>$ npm install</code></p>\n<h2>Usage</h2>\n<pre><code>const myPackage = require('hello-world-node-package');\nmyPackage.helloWorld();\n</code></pre>",
3355533555
"release": {
3355633556
"url": "https://api.github.com/repos/Codertocat/hello-world-npm/releases/17264286",
3355733557
"html_url": "https://github.com/Codertocat/hello-world-npm/releases/tag/1.0.0",
@@ -56347,7 +56347,7 @@
5634756347
"type": "User",
5634856348
"site_admin": false
5634956349
},
56350-
"body": "Maybe you should use more emojji on this line.",
56350+
"body": "Maybe you should use more emoji on this line.",
5635156351
"created_at": "2019-05-15T15:20:37Z",
5635256352
"updated_at": "2019-05-15T15:20:38Z",
5635356353
"html_url": "https://github.com/Codertocat/Hello-World/pull/2#discussion_r284312630",
@@ -56915,7 +56915,7 @@
5691556915
"type": "User",
5691656916
"site_admin": false
5691756917
},
56918-
"body": "Maybe you should use more emojji on this line.",
56918+
"body": "Maybe you should use more emoji on this line.",
5691956919
"created_at": "2019-05-15T15:20:37Z",
5692056920
"updated_at": "2019-05-15T15:20:38Z",
5692156921
"html_url": "https://github.com/Codertocat/Hello-World/pull/2#discussion_r284312630",
@@ -57497,7 +57497,7 @@
5749757497
"type": "User",
5749857498
"site_admin": false
5749957499
},
57500-
"body": "Maybe you should use more emojji on this line.",
57500+
"body": "Maybe you should use more emoji on this line.",
5750157501
"created_at": "2019-05-15T15:20:37Z",
5750257502
"updated_at": "2019-05-15T15:20:38Z",
5750357503
"html_url": "https://github.com/Codertocat/Hello-World/pull/2#discussion_r284312630",
@@ -58066,7 +58066,7 @@
5806658066
"type": "User",
5806758067
"site_admin": false
5806858068
},
58069-
"body": "Maybe you should use more emojji on this line.",
58069+
"body": "Maybe you should use more emoji on this line.",
5807058070
"created_at": "2019-05-15T15:20:37Z",
5807158071
"updated_at": "2019-05-15T15:20:38Z",
5807258072
"html_url": "https://github.com/Codertocat/Hello-World/pull/2#discussion_r284312630",
@@ -59581,7 +59581,7 @@
5958159581
"type": "User",
5958259582
"site_admin": false
5958359583
},
59584-
"body": "Maybe you should use more emojji on this line.",
59584+
"body": "Maybe you should use more emoji on this line.",
5958559585
"created_at": "2019-05-15T15:20:37Z",
5958659586
"updated_at": "2019-05-15T15:20:38Z",
5958759587
"html_url": "https://github.com/Codertocat/Hello-World/pull/2#discussion_r284312630",
@@ -60156,7 +60156,7 @@
6015660156
"type": "User",
6015760157
"site_admin": false
6015860158
},
60159-
"body": "Maybe you should use more emojji on this line.",
60159+
"body": "Maybe you should use more emoji on this line.",
6016060160
"created_at": "2019-05-15T15:20:37Z",
6016160161
"updated_at": "2019-05-15T15:20:38Z",
6016260162
"html_url": "https://github.com/Codertocat/Hello-World/pull/2#discussion_r284312630",
@@ -67076,7 +67076,7 @@
6707667076
"monthly_price_in_dollars": 5,
6707767077
"name": "$5 a month",
6707867078
"is_one_time": false,
67079-
"is_custom_ammount": false
67079+
"is_custom_amount": false
6708067080
}
6708167081
},
6708267082
"sender": {
@@ -67154,7 +67154,7 @@
6715467154
"monthly_price_in_dollars": 5,
6715567155
"name": "$5 a month",
6715667156
"is_one_time": false,
67157-
"is_custom_ammount": false
67157+
"is_custom_amount": false
6715867158
}
6715967159
},
6716067160
"changes": {
@@ -67167,7 +67167,7 @@
6716767167
"monthly_price_in_dollars": 10,
6716867168
"name": "$10 a month",
6716967169
"is_one_time": false,
67170-
"is_custom_ammount": false
67170+
"is_custom_amount": false
6717167171
}
6717267172
}
6717367173
},

payload-examples/api.github.com/package/published.npm.payload.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"package": {
44
"id": 10696,
55
"name": "hello-world-npm",
6-
"namespace": "Codertocaat/hello-world-npm",
6+
"namespace": "Codertocat/hello-world-npm",
77
"description": null,
88
"ecosystem": "docker",
99
"package_type": "npm",
@@ -36,8 +36,8 @@
3636
"summary": "A simple npm package to demonstrate GitHub Packages",
3737
"name": "sha256:3da1996a8115d7616457760d9920b815241d0a03b34cf5f04e9a0e9d8de37498",
3838
"description": "",
39-
"body": "# hello-world-npm\n\nThis is a simple npm package that demonstrates the [Github Packages](https://github.com/features/package).\n\n## Installation \n\n`$ npm install`\n\n## Usage\n\n```\nconst myPackage = require('hello-world-node-package');\nmyPackage.helloWorld();\n```\n\n",
40-
"body_html": "<h1>hello-world-npm</h1>\n<p>This is a simple npm package that demonstrates the <a href=\"https://github.com/features/package\">Github Package Registry</a>.</p>\n<h2>Installation</h2>\n<p><code>$ npm install</code></p>\n<h2>Usage</h2>\n<pre><code>const myPackage = require('hello-world-node-package');\nmyPackage.helloWorld();\n</code></pre>",
39+
"body": "# hello-world-npm\n\nThis is a simple npm package that demonstrates the [GitHub Packages](https://github.com/features/package).\n\n## Installation \n\n`$ npm install`\n\n## Usage\n\n```\nconst myPackage = require('hello-world-node-package');\nmyPackage.helloWorld();\n```\n\n",
40+
"body_html": "<h1>hello-world-npm</h1>\n<p>This is a simple npm package that demonstrates the <a href=\"https://github.com/features/package\">GitHub Package Registry</a>.</p>\n<h2>Installation</h2>\n<p><code>$ npm install</code></p>\n<h2>Usage</h2>\n<pre><code>const myPackage = require('hello-world-node-package');\nmyPackage.helloWorld();\n</code></pre>",
4141
"release": {
4242
"url": "https://api.github.com/repos/Codertocat/hello-world-npm/releases/17264286",
4343
"html_url": "https://github.com/Codertocat/hello-world-npm/releases/tag/1.0.0",

payload-examples/api.github.com/pull_request_review_comment/created.payload.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"type": "User",
3232
"site_admin": false
3333
},
34-
"body": "Maybe you should use more emojji on this line.",
34+
"body": "Maybe you should use more emoji on this line.",
3535
"created_at": "2019-05-15T15:20:37Z",
3636
"updated_at": "2019-05-15T15:20:38Z",
3737
"html_url": "https://github.com/Codertocat/Hello-World/pull/2#discussion_r284312630",

payload-examples/api.github.com/pull_request_review_comment/created.with-organization.payload.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"type": "User",
3232
"site_admin": false
3333
},
34-
"body": "Maybe you should use more emojji on this line.",
34+
"body": "Maybe you should use more emoji on this line.",
3535
"created_at": "2019-05-15T15:20:37Z",
3636
"updated_at": "2019-05-15T15:20:38Z",
3737
"html_url": "https://github.com/Codertocat/Hello-World/pull/2#discussion_r284312630",

payload-examples/api.github.com/pull_request_review_comment/deleted.payload.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"type": "User",
3232
"site_admin": false
3333
},
34-
"body": "Maybe you should use more emojji on this line.",
34+
"body": "Maybe you should use more emoji on this line.",
3535
"created_at": "2019-05-15T15:20:37Z",
3636
"updated_at": "2019-05-15T15:20:38Z",
3737
"html_url": "https://github.com/Codertocat/Hello-World/pull/2#discussion_r284312630",

payload-examples/api.github.com/pull_request_review_comment/edited.payload.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"type": "User",
3333
"site_admin": false
3434
},
35-
"body": "Maybe you should use more emojji on this line.",
35+
"body": "Maybe you should use more emoji on this line.",
3636
"created_at": "2019-05-15T15:20:37Z",
3737
"updated_at": "2019-05-15T15:20:38Z",
3838
"html_url": "https://github.com/Codertocat/Hello-World/pull/2#discussion_r284312630",

payload-examples/api.github.com/pull_request_review_thread/resolved.payload.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,7 @@
410410
"type": "User",
411411
"site_admin": false
412412
},
413-
"body": "Maybe you should use more emojji on this line.",
413+
"body": "Maybe you should use more emoji on this line.",
414414
"created_at": "2019-05-15T15:20:37Z",
415415
"updated_at": "2019-05-15T15:20:38Z",
416416
"html_url": "https://github.com/Codertocat/Hello-World/pull/2#discussion_r284312630",

payload-examples/api.github.com/pull_request_review_thread/unresolved.payload.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,7 @@
410410
"type": "User",
411411
"site_admin": false
412412
},
413-
"body": "Maybe you should use more emojji on this line.",
413+
"body": "Maybe you should use more emoji on this line.",
414414
"created_at": "2019-05-15T15:20:37Z",
415415
"updated_at": "2019-05-15T15:20:38Z",
416416
"html_url": "https://github.com/Codertocat/Hello-World/pull/2#discussion_r284312630",

payload-examples/api.github.com/sponsorship/created.payload.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"monthly_price_in_dollars": 5,
5353
"name": "$5 a month",
5454
"is_one_time": false,
55-
"is_custom_ammount": false
55+
"is_custom_amount": false
5656
}
5757
},
5858
"sender": {

payload-examples/api.github.com/sponsorship/downgraded.payload.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"monthly_price_in_dollars": 5,
5353
"name": "$5 a month",
5454
"is_one_time": false,
55-
"is_custom_ammount": false
55+
"is_custom_amount": false
5656
}
5757
},
5858
"changes": {
@@ -65,7 +65,7 @@
6565
"monthly_price_in_dollars": 10,
6666
"name": "$10 a month",
6767
"is_one_time": false,
68-
"is_custom_ammount": false
68+
"is_custom_amount": false
6969
}
7070
}
7171
},

payload-examples/github.ae/index.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19619,7 +19619,7 @@
1961919619
"type": "User",
1962019620
"site_admin": false
1962119621
},
19622-
"body": "Maybe you should use more emojji on this line.",
19622+
"body": "Maybe you should use more emoji on this line.",
1962319623
"created_at": "2019-05-15T19:38:07Z",
1962419624
"updated_at": "2019-05-15T19:38:08Z",
1962519625
"html_url": "https://octocoders.github.io/Codertocat/Hello-World/pull/2#discussion_r2",

payload-examples/github.ae/pull_request_review_comment/created.payload.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"type": "User",
3232
"site_admin": false
3333
},
34-
"body": "Maybe you should use more emojji on this line.",
34+
"body": "Maybe you should use more emoji on this line.",
3535
"created_at": "2019-05-15T19:38:07Z",
3636
"updated_at": "2019-05-15T19:38:08Z",
3737
"html_url": "https://octocoders.github.io/Codertocat/Hello-World/pull/2#discussion_r2",

payload-schemas/api.github.com/common/release.schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"name": { "type": "string" },
3838
"draft": {
3939
"type": "boolean",
40-
"description": "Wether the release is a draft or published"
40+
"description": "Whether the release is a draft or published"
4141
},
4242
"author": { "$ref": "user.schema.json" },
4343
"prerelease": {

payload-schemas/api.github.com/common/sponsorship-tier.schema.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"monthly_price_in_dollars",
1111
"name",
1212
"is_one_time",
13-
"is_custom_ammount"
13+
"is_custom_amount"
1414
],
1515
"type": "object",
1616
"properties": {
@@ -21,7 +21,7 @@
2121
"monthly_price_in_dollars": { "type": "integer" },
2222
"name": { "type": "string" },
2323
"is_one_time": { "type": "boolean" },
24-
"is_custom_ammount": { "type": "boolean" }
24+
"is_custom_amount": { "type": "boolean" }
2525
},
2626
"additionalProperties": false,
2727
"title": "Sponsorship Tier"

payload-types/schema.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7237,7 +7237,7 @@ export interface Release {
72377237
target_commitish: string;
72387238
name: string;
72397239
/**
7240-
* Wether the release is a draft or published
7240+
* Whether the release is a draft or published
72417241
*/
72427242
draft: boolean;
72437243
author: User;
@@ -7927,7 +7927,7 @@ export interface SponsorshipTier {
79277927
monthly_price_in_dollars: number;
79287928
name: string;
79297929
is_one_time: boolean;
7930-
is_custom_ammount: boolean;
7930+
is_custom_amount: boolean;
79317931
}
79327932
export interface SponsorshipCreatedEvent {
79337933
action: "created";

0 commit comments

Comments
 (0)