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

aljoscha pushed a commit to branch release-1.6
in repository https://gitbox.apache.org/repos/asf/flink.git


The following commit(s) were added to refs/heads/release-1.6 by this push:
     new 5fedef0  Fix typo in Streaming File Sink documentation
5fedef0 is described below

commit 5fedef0a0a5d2610a80efee0dee0225cae259719
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