diff --git a/docs.it4i/general/capacity-computing.md b/docs.it4i/general/capacity-computing.md
index e1dee5294a63d8c484974ae227bb6aebe6580905..9fe24803a0d18236263dbc5e73554b2793c0ff18 100644
--- a/docs.it4i/general/capacity-computing.md
+++ b/docs.it4i/general/capacity-computing.md
@@ -27,7 +27,7 @@ A job array is a compact representation of many jobs called subjobs. Subjobs sha
 
 * each subjob has a unique index, $PBS_ARRAY_INDEX
 * job Identifiers of subjobs only differ by their indices
-* the state of subjobs can differ (R, Q, ..., etc.)
+* the state of subjobs can differ (R, Q, etc.)
 
 All subjobs within a job array have the same scheduling priority and schedule as independent jobs. An entire job array is submitted through a single `qsub` command and may be managed by `qdel`, `qalter`, `qhold`, `qrls`, and `qsig` commands as a single job.