Skip to content

Commit

Permalink
fix typo and remove extra literal markup in javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
mattloveparasoft committed Nov 3, 2023
1 parent de14e42 commit 63a2a52
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/main/java/com/parasoft/soatest/maven/plugin/SOAtestMojo.java
Original file line number Diff line number Diff line change
Expand Up @@ -488,13 +488,13 @@ public class SOAtestMojo extends AbstractMojo {
private List<String> resources;

/**
* Limit the test scope to the resources that are associated with specifc
* Limit the test scope to the resources that are associated with specific
* work items. Specify a list of work item IDs. Example:
*
* <pre><code>{@literal <workItems>}
* {@literal <workItem>}TEST-7140{@literal </workItem>}
* {@literal <workItem>}TEST-16447{@literal </workItem>}
* {@literal </workItems>}</code></pre>
* <pre><code>{@literal <workItems>
* <workItem>TEST-7140</workItem>
* <workItem>TEST-16447</workItem>
* </workItems>}</code></pre>
*/
@Parameter(name = "workItems", property = "soatest.workitems")
private List<String> workItems;
Expand Down

0 comments on commit 63a2a52

Please sign in to comment.