Skip to content

Commit d12f763

Browse files
Apply suggestions from code review
Co-authored-by: Heitor Tashiro Sergent <[email protected]>
1 parent e05d09a commit d12f763

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/shared/blocking-aws-blockquote/blocking-aws-blockquote.view.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ const BlockingAwsBlockquote = () => (
99
In some cases, using this library&apos;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
);

0 commit comments

Comments
 (0)