From a98544b216b4dae1dd885277a57d7ba9e13754c0 Mon Sep 17 00:00:00 2001 From: Kamil Kuzdak Date: Wed, 11 Dec 2019 16:51:30 +0100 Subject: [PATCH] Fixed typo in docs (#1287) --- .../src/main/asciidoc/_project-features-messaging.adoc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/src/main/asciidoc/_project-features-messaging.adoc b/docs/src/main/asciidoc/_project-features-messaging.adoc index 88ed38db41..cadc70db7c 100644 --- a/docs/src/main/asciidoc/_project-features-messaging.adoc +++ b/docs/src/main/asciidoc/_project-features-messaging.adoc @@ -438,7 +438,7 @@ include::{tests_path}/spring-cloud-contract-stub-runner-camel/src/test/groovy/or [[features-messaging-stub-runner-camel-scenario1]] ===== Scenario 1 (No Input Message) -To trigger a message from the `return_book_1` label, we use the `StubTigger` interface, as follows: +To trigger a message from the `return_book_1` label, we use the `StubTrigger` interface, as follows: ==== [source,groovy] @@ -601,7 +601,7 @@ These examples lend themselves to three scenarios: [[features-messaging-stub-runner-integration-scenario1]] ===== Scenario 1 (No Input Message) -To trigger a message from the `return_book_1` label, use the `StubTigger` interface, as +To trigger a message from the `return_book_1` label, use the `StubTrigger` interface, as follows: ==== @@ -1084,7 +1084,7 @@ include::{tests_path}/spring-cloud-contract-stub-runner-jms/src/test/groovy/org/ [[features-messaging-stub-runner-jms-scenario1]] ===== Scenario 1 (No Input Message) -To trigger a message from the `return_book_1` label, we use the `StubTigger` interface, as follows: +To trigger a message from the `return_book_1` label, we use the `StubTrigger` interface, as follows: ==== [source,groovy] @@ -1230,7 +1230,7 @@ include::{tests_path}/spring-cloud-contract-stub-runner-kafka/src/test/groovy/or [[features-messaging-stub-runner-kafka-scenario1]] ===== Scenario 1 (No Input Message) -To trigger a message from the `return_book_1` label, we use the `StubTigger` interface, as follows: +To trigger a message from the `return_book_1` label, we use the `StubTrigger` interface, as follows: ==== [source,groovy] @@ -1297,4 +1297,4 @@ Since the route is set for you, you can send a message to the `{output_name}` de ---- include::{tests_path}/spring-cloud-contract-stub-runner-kafka/src/test/groovy/org/springframework/cloud/contract/stubrunner/messaging/kafka/KafkaStubRunnerSpec.groovy[tags=trigger_no_output,indent=0] ---- -==== \ No newline at end of file +====