Skip to content

Commit f5fd3dc

Browse files
authored
fix: spelling in test result jelly (#147)
1 parent 7231b53 commit f5fd3dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/resources/lib/hudson/test/test-result.jelly

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ THE SOFTWARE.
2525
<?jelly escape-by-default='true'?>
2626
<j:jelly xmlns:j="jelly:core" xmlns:st="jelly:stapler" xmlns:d="jelly:define" xmlns:l="/lib/layout" xmlns:t="/lib/hudson" xmlns:f="/lib/form">
2727
<st:documentation>
28-
Evaluates to a sstring that reports the test result number in text, like "(5 failures / +3)".
28+
Evaluates to a string that reports the test result number in text, like "(5 failures / +3)".
2929
<st:attribute name="it" type="AbstractTestResultAction">
3030
Either the "it" has to be available in the context or specified as an attribute.
3131
</st:attribute>

0 commit comments

Comments
 (0)