Skip to content

Commit

Permalink
Run github.com/client9/misspell (#2859)
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Moore (via Sockpuppet) <mattmoor@vmware.com>
  • Loading branch information
mattmoor authored Sep 25, 2020
1 parent 65e22e1 commit 3ca2bfd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/eventing/flows/sequence.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ by <STEP NUMBER>", for example the first Step in the `Sequence` will take the
incoming message and append "- Handled by 0" to the incoming message.

The only difference is that we'll use the `Subscriber.Spec.Reply` field to wire
the output of the last Step to another `Sequence` that does the smae message
the output of the last Step to another `Sequence` that does the same message
modifications as the first pipeline (with different steps however).

### [Using Sequence with Broker/Trigger model](../samples/sequence/sequence-with-broker-trigger/README.md)
Expand Down
2 changes: 1 addition & 1 deletion docs/eventing/samples/apache-camel-source/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ A source based on Paho (like the provided [MQTT CamelSource](source_mqtt.yaml))
automatically converting IoT messages to Cloudevents.

To use the MQTT source, you need a MQTT broker running and reachable from your cluster.
For example, it's possible to run a [Mosquitto MQTT Broker](https://mosquitto.org/) for testing purposes.
For example, it's possible to run a [Mosquito MQTT Broker](https://mosquitto.org/) for testing purposes.
First, edit the [MQTT CamelSource](source_mqtt.yaml) and put the
correct address of the MQTT broker in the `brokerUrl` field.
Expand Down

0 comments on commit 3ca2bfd

Please sign in to comment.