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 = () => (
99 In some cases, using this library's operations might impact
1010 performance and skew your test results. < br />
1111 < br />
12- To ensure accurate results, consider executing these operations in the
12+ To ensure accurate results, consider executing these operations in the{ ' ' }
1313 < span className = "code-inline" > setup</ span > and{ ' ' }
1414 < span className = "code-inline" > teardown</ span > { ' ' }
1515 < 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
1717 results.
1818 </ Blockquote >
1919) ;
You can’t perform that action at this time.
0 commit comments