Fix typo on new features page

Project: http://git-wip-us.apache.org/repos/asf/flink-web/repo
Commit: http://git-wip-us.apache.org/repos/asf/flink-web/commit/cea9e17b
Tree: http://git-wip-us.apache.org/repos/asf/flink-web/tree/cea9e17b
Diff: http://git-wip-us.apache.org/repos/asf/flink-web/diff/cea9e17b

Branch: refs/heads/master
Commit: cea9e17b4ff1402001ea88295f5b17ab9ac3b6ca
Parents: c067b30
Author: Ufuk Celebi <[email protected]>
Authored: Tue Jul 14 15:39:21 2015 +0200
Committer: Ufuk Celebi <[email protected]>
Committed: Tue Jul 14 15:39:21 2015 +0200

----------------------------------------------------------------------
 features.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flink-web/blob/cea9e17b/features.md
----------------------------------------------------------------------
diff --git a/features.md b/features.md
index 431f8c0..5b9ac13 100644
--- a/features.md
+++ b/features.md
@@ -232,7 +232,7 @@ val result = initialRanks.iterate(30) { pages =>
 <div class="row">
   <div class="col-sm-5">
     <p class="lead">The <i>DataStream</i> API supports functional 
transformations on data streams, with user-defined state, and flexible 
windows.</p>
-    <p class="lead">The example shows how to compute a sliding historam of 
word occurrences of a data stream of texts.</p>
+    <p class="lead">The example shows how to compute a sliding histogram of 
word occurrences of a data stream of texts.</p>
   </div>
   <div class="col-sm-7">
     <p class="lead">WindowWordCount in Flink's DataStream API</p>

Reply via email to