This is an automated email from the ASF dual-hosted git repository.
chesnay 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 9bca0d6 [hotfix][docs] Fix typo
9bca0d6 is described below
commit 9bca0d60a2453fba1dae8fd9da78d105a3d2df7e
Author: Zhanchun Zhang <[email protected]>
AuthorDate: Thu Apr 18 18:11:28 2019 +0800
[hotfix][docs] Fix typo
---
docs/dev/best_practices.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/dev/best_practices.md b/docs/dev/best_practices.md
index 6bd564b..e16f396 100644
--- a/docs/dev/best_practices.md
+++ b/docs/dev/best_practices.md
@@ -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).