From 8ea3c14116a44c8e1bb15fd7a2a7632102b5c1e1 Mon Sep 17 00:00:00 2001 From: Dagfinn Olsen Date: Fri, 22 Nov 2024 08:35:25 +0100 Subject: [PATCH] fixed a typo --- .github/workflows/dispatch-k6-performance.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dispatch-k6-performance.yml b/.github/workflows/dispatch-k6-performance.yml index e783c2581..30559faf5 100644 --- a/.github/workflows/dispatch-k6-performance.yml +++ b/.github/workflows/dispatch-k6-performance.yml @@ -42,7 +42,7 @@ on: default: 1m type: string traceCalls: - description: 'Print traceparent header for each request. Use with cation, as it will use a lot of memory in k6' + description: 'Print traceparent header for each request. Use with caution, as it will use a lot of memory in k6' required: true default: false type: boolean