File tree Expand file tree Collapse file tree
image-kit-java-client-okhttp/src/main/kotlin/io/imagekit/client/okhttp
image-kit-java-core/src/main/kotlin/io/imagekit/core Expand file tree Collapse file tree Original file line number Diff line number Diff 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)
Original file line number Diff line number Diff 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)
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments