Skip to content

Commit 9e5cc4b

Browse files
committed
chore: Update webhook description
Stainless-Generated-From: ff43ddff746a4a135a96da8306e8ce0d58554df4
1 parent 3859bd4 commit 9e5cc4b

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

image-kit-java-client-okhttp/src/main/kotlin/io/imagekit/client/okhttp/ImageKitOkHttpClient.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ class ImageKitOkHttpClient private constructor() {
308308
* Your ImageKit webhook secret for verifying webhook signatures (starts with `whsec_`). You
309309
* can find this in the
310310
* [ImageKit dashboard](https://imagekit.io/dashboard/developer/webhooks). Only required if
311-
* you are re using webhooks.
311+
* you are using webhooks.
312312
*/
313313
fun webhookSecret(webhookSecret: String?) = apply {
314314
clientOptions.webhookSecret(webhookSecret)

image-kit-java-client-okhttp/src/main/kotlin/io/imagekit/client/okhttp/ImageKitOkHttpClientAsync.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ class ImageKitOkHttpClientAsync private constructor() {
308308
* Your ImageKit webhook secret for verifying webhook signatures (starts with `whsec_`). You
309309
* can find this in the
310310
* [ImageKit dashboard](https://imagekit.io/dashboard/developer/webhooks). Only required if
311-
* you are re using webhooks.
311+
* you are using webhooks.
312312
*/
313313
fun webhookSecret(webhookSecret: String?) = apply {
314314
clientOptions.webhookSecret(webhookSecret)

image-kit-java-core/src/main/kotlin/io/imagekit/core/ClientOptions.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ private constructor(
141141
/**
142142
* Your ImageKit webhook secret for verifying webhook signatures (starts with `whsec_`). You can
143143
* find this in the [ImageKit dashboard](https://imagekit.io/dashboard/developer/webhooks). Only
144-
* required if you are re using webhooks.
144+
* required if you are using webhooks.
145145
*/
146146
fun webhookSecret(): Optional<String> = Optional.ofNullable(webhookSecret)
147147

@@ -345,7 +345,7 @@ private constructor(
345345
* Your ImageKit webhook secret for verifying webhook signatures (starts with `whsec_`). You
346346
* can find this in the
347347
* [ImageKit dashboard](https://imagekit.io/dashboard/developer/webhooks). Only required if
348-
* you are re using webhooks.
348+
* you are using webhooks.
349349
*/
350350
fun webhookSecret(webhookSecret: String?) = apply { this.webhookSecret = webhookSecret }
351351

0 commit comments

Comments
 (0)