File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/components/shared/blocking-aws-blockquote Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -9,11 +9,11 @@ const BlockingAwsBlockquote = () => (
9
9
In some cases, using this library's operations might impact
10
10
performance and skew your test results. < br />
11
11
< br />
12
- To ensure accurate results, consider executing these operations in the
12
+ To ensure accurate results, consider executing these operations in the{ ' ' }
13
13
< span className = "code-inline" > setup</ span > and{ ' ' }
14
14
< span className = "code-inline" > teardown</ span > { ' ' }
15
15
< a href = "/docs/using-k6/test-lifecycle/" > lifecycle functions</ a > . These
16
- functions run before and after the test run and thus do not influence test
16
+ functions run before and after the test run and have no impact on the test
17
17
results.
18
18
</ Blockquote >
19
19
) ;
You can’t perform that action at this time.
0 commit comments