From 304dbceed403326b9718cc2f6df9e7b1e3b9498d Mon Sep 17 00:00:00 2001 From: Pepe Cano <825430+ppcano@users.noreply.github.com> Date: Sat, 21 Nov 2020 08:09:07 +0100 Subject: [PATCH] Tiny copy change --- .../docs/01 guides/03 Test authoring/01 test builder.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/data/markdown/docs/01 guides/03 Test authoring/01 test builder.md b/src/data/markdown/docs/01 guides/03 Test authoring/01 test builder.md index f111406cb1..b7ff54064f 100644 --- a/src/data/markdown/docs/01 guides/03 Test authoring/01 test builder.md +++ b/src/data/markdown/docs/01 guides/03 Test authoring/01 test builder.md @@ -12,7 +12,7 @@ Based on your input, the test builder will automatically generate the k6 script Although we strongly believe that scriptable/code-based tools will help you get the most out of your performance testing efforts, a GUI-based tool like the test builder could benefit you in: - Speeding up the test creation. -- Learning the [k6 API](/javascript-api). +- Learning quickly the [k6 API](/javascript-api). - Collaborating on building tests with non-coders. ![k6 Test Builder](images/test-builder.png)