Repository: kafka-site
Updated Branches:
  refs/heads/asf-site b99a8350b -> 1100aae09


Fix HTML markup

Author: Matthias J. Sax <[email protected]>

Reviewers: Ewen Cheslack-Postava <[email protected]>

Closes #75 from jsax/hotfix


Project: http://git-wip-us.apache.org/repos/asf/kafka-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/kafka-site/commit/1100aae0
Tree: http://git-wip-us.apache.org/repos/asf/kafka-site/tree/1100aae0
Diff: http://git-wip-us.apache.org/repos/asf/kafka-site/diff/1100aae0

Branch: refs/heads/asf-site
Commit: 1100aae0945633b6d198621d5266468bfdd08382
Parents: b99a835
Author: Matthias J. Sax <[email protected]>
Authored: Wed Sep 6 11:26:55 2017 -0700
Committer: Ewen Cheslack-Postava <[email protected]>
Committed: Wed Sep 6 12:42:52 2017 -0700

----------------------------------------------------------------------
 coding-guide.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kafka-site/blob/1100aae0/coding-guide.html
----------------------------------------------------------------------
diff --git a/coding-guide.html b/coding-guide.html
index 4b83004..320f34b 100644
--- a/coding-guide.html
+++ b/coding-guide.html
@@ -116,8 +116,8 @@
                        <li>Verify if JavaDocs are still up to date or if they 
need to be updated.</li>
                        <li>JavaDocs: Write grammatically correct sentences and 
use punctuation marks correctly.</li>
                        <li>Use proper markup (e.g., <code>{@code 
null}</code>).</li>
-                       <li>Update the documentation on the Kafka webpage 
(i.e., within folder <code>docs/</codes>.
-                            Doc changes are not additional work (i.e. no 
follow up PRs) but part of the actual PR (can also be a sub-tasks).</li>
+                       <li>Update the documentation on the Kafka webpage 
(i.e., within folder <code>docs/</code>.
+                            Doc changes are not additional work (i.e., no 
follow up PRs) but part of the actual PR (can also be a sub-task).</li>
                        <li>Testing:
                                <ul>
                                        <li>Use self-explaining method names 
(e.g., <code>shouldNotAcceptNullAsTopicName()</code>).</li>

Reply via email to