Skip to content

Commit

Permalink
Fix typo in Streaming File Sink documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
aljoscha committed Aug 14, 2018
1 parent 0dc351c commit 9614310
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/dev/connectors/streamfile_sink.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 9614310

Please sign in to comment.