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

    https://github.com/apache/flink/pull/5024#discussion_r152426833
  
    --- Diff: docs/index.md ---
    @@ -23,19 +24,17 @@ specific language governing permissions and limitations
     under the License.
     -->
     
    -
    -
     This documentation is for Apache Flink version {{ site.version_title }}. 
These pages were built at: {% build_time %}.
     
     Apache Flink is an open source platform for distributed stream and batch 
data processing. Flink’s core is a streaming dataflow engine that provides 
data distribution, communication, and fault tolerance for distributed 
computations over data streams. Flink builds batch processing on top of the 
streaming engine, overlaying native iteration support, managed memory, and 
program optimization.
     
     ## First Steps
     
    -- **Concepts**: Start with the basic concepts of Flink's [Dataflow 
Programming Model](concepts/programming-model.html) and [Distributed Runtime 
Environment](concepts/runtime.html). This will help you understand other parts 
of the documentation, including the setup and programming guides. We 
recommended you read these sections first.
    +-   **Concepts**: We recommend you start with the basic concepts of 
Flink's [Dataflow Programming Model](concepts/programming-model.html) and 
[Distributed Runtime Environment](concepts/runtime.html). This will help you 
understand other parts of the documentation, including the setup and 
programming guides.
    --- End diff --
    
    @greghogan It's something my Markdown linter 'fixes', it doesn't matter too 
much, but is apparently more correct.


---

Reply via email to