You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@samza.apache.org by bo...@apache.org on 2019/11/11 19:18:18 UTC

[samza] branch master updated: fixed a typo in the config table doc

This is an automated email from the ASF dual-hosted git repository.

boryas pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/samza.git


The following commit(s) were added to refs/heads/master by this push:
     new 6e32400  fixed a typo in the config table doc
     new 0ee458f  Merge pull request #1216 from sborya/DocConfigSingle
6e32400 is described below

commit 6e3240092e8390e0e90ec41aaa51557a0c1aca18
Author: Boris Shkolnik <bs...@bshkolni-ld1.linkedin.biz>
AuthorDate: Mon Nov 11 10:57:56 2019 -0800

    fixed a typo in the config table doc
---
 docs/learn/documentation/versioned/jobs/configuration-table.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/learn/documentation/versioned/jobs/configuration-table.html b/docs/learn/documentation/versioned/jobs/configuration-table.html
index 546a3c3..52047f9 100644
--- a/docs/learn/documentation/versioned/jobs/configuration-table.html
+++ b/docs/learn/documentation/versioned/jobs/configuration-table.html
@@ -347,7 +347,7 @@
                         <strong>required</strong> configuration. Specify a comma separated list of range(s) to determine which
                         partition matches, and thus statically assigned to the Job. For example "2,3,11-20", statically assigns
                         partition 2, 3, and 11 to 20 for all the specified system and streams (topics in case of Kafka) to the job.
-                        A singel configuration value like "19" is valid as well. This statically assigns partition 19.
+                        A single configuration value like "19" is valid as well. This statically assigns partition 19.
                         For config validation each element in the comma separated list much conform to one of the
                         following regex:
                         <ul>