lburgazzoli opened a new issue #423:
URL: https://github.com/apache/camel-k-runtime/issues/423


   The [yaml](https://camel.apache.org/camel-k/latest/languages/yaml.html) 
language guide has an invalid :
   
   ```yaml
   from: 
     uri: "direct:start"
   ```
   
   should be:
   
   ```yaml
   - from: 
       uri: "direct:start"
   ```


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to