[hotfix] [docs] Typo sick -> sink This closes #3749
Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/f75466fe Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/f75466fe Diff: http://git-wip-us.apache.org/repos/asf/flink/diff/f75466fe Branch: refs/heads/master Commit: f75466fecf494e5da700488144ae79667f2ed27e Parents: c974684 Author: Marc Tremblay <[email protected]> Authored: Fri Apr 21 00:22:14 2017 -0700 Committer: Stephan Ewen <[email protected]> Committed: Fri Apr 21 10:16:24 2017 +0200 ---------------------------------------------------------------------- docs/dev/connectors/filesystem_sink.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flink/blob/f75466fe/docs/dev/connectors/filesystem_sink.md ---------------------------------------------------------------------- diff --git a/docs/dev/connectors/filesystem_sink.md b/docs/dev/connectors/filesystem_sink.md index 67250f0..d12752f 100644 --- a/docs/dev/connectors/filesystem_sink.md +++ b/docs/dev/connectors/filesystem_sink.md @@ -44,7 +44,7 @@ cluster execution. #### Bucketing File Sink The bucketing behaviour as well as the writing can be configured but we will get to that later. -This is how you can create a bucketing sick which by default, sinks to rolling files that are split by time: +This is how you can create a bucketing sink which by default, sinks to rolling files that are split by time: <div class="codetabs" markdown="1"> <div data-lang="java" markdown="1">
