Repository: kafka Updated Branches: refs/heads/0.10.0 b670790bc -> e0fa9c2e5
MINOR: Fix typo in Operations section This contribution is my original work, and I license the work to the project under the project's open source license. Author: Samuel Taylor <[email protected]> Reviewers: Ismael Juma <[email protected]> Closes #1630 from ssaamm/trunk (cherry picked from commit 0744449eaa0f80827b60f2be3a5a2cc306360ce7) Signed-off-by: Ismael Juma <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/kafka/repo Commit: http://git-wip-us.apache.org/repos/asf/kafka/commit/e0fa9c2e Tree: http://git-wip-us.apache.org/repos/asf/kafka/tree/e0fa9c2e Diff: http://git-wip-us.apache.org/repos/asf/kafka/diff/e0fa9c2e Branch: refs/heads/0.10.0 Commit: e0fa9c2e50d3b37701dac9d0c1a82d430fb47822 Parents: b670790 Author: Samuel Taylor <[email protected]> Authored: Tue Jul 19 10:20:13 2016 +0100 Committer: Ismael Juma <[email protected]> Committed: Tue Jul 19 10:20:31 2016 +0100 ---------------------------------------------------------------------- docs/ops.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/kafka/blob/e0fa9c2e/docs/ops.html ---------------------------------------------------------------------- diff --git a/docs/ops.html b/docs/ops.html index 5c76305..d7b87e1 100644 --- a/docs/ops.html +++ b/docs/ops.html @@ -388,7 +388,7 @@ The most important consumer configuration is the fetch size. All configurations are documented in the <a href="#configuration">configuration</a> section. <p> <h4><a id="prodconfig" href="#prodconfig">A Production Server Config</a></h4> -Here is our server production server configuration: +Here is our production server configuration: <pre> # Replication configurations num.replica.fetchers=4
