Skip to content

Commit

Permalink
[hotfix][docs] Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
zzchun authored and zentol committed Apr 18, 2019
1 parent 96bb0d4 commit 9bca0d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/dev/best_practices.md
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ public class MyClass implements MapFunction {
### Use Logback when running Flink out of the IDE / from a Java application


In all cases were classes are executed with a classpath created by a dependency manager such as Maven, Flink will pull log4j into the classpath.
In all cases where classes are executed with a classpath created by a dependency manager such as Maven, Flink will pull log4j into the classpath.

Therefore, you will need to exclude log4j from Flink's dependencies. The following description will assume a Maven project created from a [Flink quickstart](./projectsetup/java_api_quickstart.html).

Expand Down

0 comments on commit 9bca0d6

Please sign in to comment.