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 +====