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

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


The following commit(s) were added to refs/heads/master by this push:
     new aafc881  [hotfix][docs] Fixed typo in docs tag
aafc881 is described below

commit aafc881268c2600ff44e13a700f656d6daffa7bf
Author: Dawid Wysakowicz <dwysakow...@apache.org>
AuthorDate: Fri Mar 29 09:47:33 2019 +0100

    [hotfix][docs] Fixed typo in docs tag
---
 docs/flinkDev/building.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/flinkDev/building.md b/docs/flinkDev/building.md
index 9f94482..c3a50d1 100644
--- a/docs/flinkDev/building.md
+++ b/docs/flinkDev/building.md
@@ -122,7 +122,7 @@ Flink has APIs, libraries, and runtime modules written in 
[Scala](http://scala-l
 Since version 1.7 Flink builds with Scala version 2.11 (default) and 2.12.
 
 To build FLink against Scala 2.12, issue the following command:
-{% hightlight bash %}
+{% highlight bash %}
 mvn clean install -DskipTests -Dscala-2.12
 {% endhighlight %}
 

Reply via email to