Skip to content

Commit cd4e973

Browse files
committed
fix typo
1 parent cf859db commit cd4e973

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/stackable-webhook/src/servers/conversion.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ impl ConversionWebhookServer {
6363
/// req
6464
/// }
6565
/// ```
66-
#[instrument(name = "create_conversion_webhhok_server", skip(handler))]
66+
#[instrument(name = "create_conversion_webhook_server", skip(handler))]
6767
pub fn new<H>(handler: H, options: Options) -> Self
6868
where
6969
H: WebhookHandler<ConversionReview, ConversionReview> + Clone + Send + Sync + 'static,

0 commit comments

Comments
 (0)