pnowojski closed pull request #7207: [hotfix][docs] Fix typo in StreamTableSoureFactory URL: https://github.com/apache/flink/pull/7207
This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As this is a foreign pull request (from a fork), the diff is supplied below (as it won't show otherwise due to GitHub magic): diff --git a/docs/dev/table/sourceSinks.md b/docs/dev/table/sourceSinks.md index d89c884135a..ab58a725b2a 100644 --- a/docs/dev/table/sourceSinks.md +++ b/docs/dev/table/sourceSinks.md @@ -547,7 +547,7 @@ In order to create a specific instance, a factory class can implement one or mor * `BatchTableSourceFactory`: Creates a batch table source. * `BatchTableSinkFactory`: Creates a batch table sink. -* `StreamTableSoureFactory`: Creates a stream table source. +* `StreamTableSourceFactory`: Creates a stream table source. * `StreamTableSinkFactory`: Creates a stream table sink. * `DeserializationSchemaFactory`: Creates a deserialization schema format. * `SerializationSchemaFactory`: Creates a serialization schema format. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
