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

aljoscha 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 9614310  Fix typo in Streaming File Sink documentation
9614310 is described below

commit 9614310ef207dd29dfee76cd878825534f41ff00
Author: Aljoscha Krettek <[email protected]>
AuthorDate: Tue Aug 14 11:46:12 2018 +0200

    Fix typo in Streaming File Sink documentation
---
 docs/dev/connectors/streamfile_sink.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/dev/connectors/streamfile_sink.md 
b/docs/dev/connectors/streamfile_sink.md
index b8eb331..aea66c3 100644
--- a/docs/dev/connectors/streamfile_sink.md
+++ b/docs/dev/connectors/streamfile_sink.md
@@ -40,7 +40,7 @@ bulk-encoding formats, such as [Apache 
Parquet](http://parquet.apache.org).
 
 #### Using Row-encoded Output Formats
 
-The only required configuration are the base path were we want to output our
+The only required configuration are the base path where we want to output our
 data and an
 [Encoder]({{ site.javadocs_baseurl 
}}/api/java/org/apache/flink/api/common/serialization/Encoder.html)
 that is used for serializing records to the `OutputStream` for each file.

Reply via email to