Skip to content

Commit f8bcd79

Browse files
authored
Polish User Guide
1 parent 291ee07 commit f8bcd79

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
@@ -3033,7 +3033,7 @@ Also, "static" shared resources can be declared for _direct_ child nodes via the
30333033
attribute in the `{ResourceLock}` annotation, the attribute accepts a value from
30343034
the `{ResourceLockTarget}` enum.
30353035

3036-
Using the `target = CHILDREN` in a class-level `{ResourceLock}` annotation
3036+
Specifying `target = CHILDREN` in a class-level `{ResourceLock}` annotation
30373037
has the same semantics as adding an annotation with the same `value` and `mode`
30383038
to each test method and nested test class declared in this class.
30393039

0 commit comments

Comments
 (0)