Skip to content

Commit 4688072

Browse files
authored
Removed an unnecessary "a" (#2384)
1 parent 8b09d9e commit 4688072

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

documentation/src/docs/asciidoc/user-guide/writing-tests.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2031,7 +2031,7 @@ parallel.
20312031
.Running tests in isolation
20322032
====
20332033
If most of your test classes can be run in parallel without any synchronization but you
2034-
have a some test classes that need to run in isolation, you can mark the latter with the
2034+
have some test classes that need to run in isolation, you can mark the latter with the
20352035
`{Isolated}` annotation. Tests in such classes are executed sequentially without any other
20362036
tests running at the same time.
20372037
====

0 commit comments

Comments
 (0)