tck doc correction
diff --git a/jaxrs-tck-docs/userguide/src/main/jbake/content/using.adoc b/jaxrs-tck-docs/userguide/src/main/jbake/content/using.adoc
index 008fc65..a7db87c 100644
--- a/jaxrs-tck-docs/userguide/src/main/jbake/content/using.adoc
+++ b/jaxrs-tck-docs/userguide/src/main/jbake/content/using.adoc
@@ -131,7 +131,7 @@
mvn verify -Dgroups={groupsExample}
----
-The tests in the group `{groupsExample}` is exclued from the run.
+Only the tests in the group +{groupsExample}+ is run.
Multiple groups can be separated by comma.
@@ -147,7 +147,7 @@
mvn verify -DexcludedGroups={groupsExample}
----
-The tests in the group `{groupsExample}` is exclued from the run.
+The tests in the group +{groupsExample}+ is exclued from the run.
Multiple groups can be separated by comma.
[[GCLRR]][[running-the-tck-against-the-ri]]