Github user mjsax commented on a diff in the pull request:

    https://github.com/apache/flink/pull/1046#discussion_r38913061
  
    --- Diff: docs/apis/storm_compatibility.md ---
    @@ -201,6 +201,26 @@ DataStream<BoltOutputType> s2 = 
splitStream.select("s2").transform(/* use Bolt f
     
     See 
[SpoutSplitExample.java](https://github.com/apache/flink/tree/master/flink-contrib/flink-storm-compatibility/flink-storm-compatibility-examples/src/main/java/org/apache/flink/stormcompatibility/split/SpoutSplitExample.java)
 for a full example.
     
    +## Configure for embedded Spouts/Bolts
    +Embedder spouts/bolts can be configure with user defined parameters. User 
defined parameters is a config `Map` and be called by `Spout.open(...)` and 
`Bolt.prepare()`
    --- End diff --
    
    Typo: Embedded
    Please spell Spouts and Bolts always with a capital letter (for consistency 
over the whole documentation)
    Please also follow a "one sentence per line" source code style. It makes 
diffs easier to read in the future.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to