You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@samza.apache.org by ja...@apache.org on 2018/01/22 22:07:04 UTC

samza git commit: Typo fix in web-ui-rest-api.md

Repository: samza
Updated Branches:
  refs/heads/0.10.0 2bd7f693a -> 48ae86b49


Typo fix in web-ui-rest-api.md

Author: David Dumenil <da...@moneysupermarket.com>

Reviewers: Xinyu <xi...@apache.org>

Closes #10 from daviddumenil-msm/patch-1


Project: http://git-wip-us.apache.org/repos/asf/samza/repo
Commit: http://git-wip-us.apache.org/repos/asf/samza/commit/48ae86b4
Tree: http://git-wip-us.apache.org/repos/asf/samza/tree/48ae86b4
Diff: http://git-wip-us.apache.org/repos/asf/samza/diff/48ae86b4

Branch: refs/heads/0.10.0
Commit: 48ae86b49849f597d8825ab48b1e870af42f27e5
Parents: 2bd7f69
Author: David Dumenil <da...@moneysupermarket.com>
Authored: Mon Jan 22 14:08:29 2018 -0800
Committer: Jagadish <jv...@linkedin.com>
Committed: Mon Jan 22 14:08:29 2018 -0800

----------------------------------------------------------------------
 docs/learn/documentation/versioned/jobs/web-ui-rest-api.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/samza/blob/48ae86b4/docs/learn/documentation/versioned/jobs/web-ui-rest-api.md
----------------------------------------------------------------------
diff --git a/docs/learn/documentation/versioned/jobs/web-ui-rest-api.md b/docs/learn/documentation/versioned/jobs/web-ui-rest-api.md
index 8449403..131b08a 100644
--- a/docs/learn/documentation/versioned/jobs/web-ui-rest-api.md
+++ b/docs/learn/documentation/versioned/jobs/web-ui-rest-api.md
@@ -45,7 +45,7 @@ REST API produces JSON and provides information about metrics, task context, con
   </thead>
   <tbody>
     <tr>
-      <td>/metrics</td><td>HahsMap that represents metrics for every 60 seconds.</td>
+      <td>/metrics</td><td>HashMap that represents metrics for every 60 seconds.</td>
     </tr>
     <tr>
       <td>/task-context</td><td>HashMap that provides information about task context including task name and task ID.</td>