This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git


The following commit(s) were added to refs/heads/main by this push:
     new 37dc4d5e1 Gherking->gherkin (#2655)
37dc4d5e1 is described below

commit 37dc4d5e167391f3e5048fc6f3ac2c49dd18a408
Author: Andreas Jonsson <[email protected]>
AuthorDate: Wed Dec 3 15:09:15 2025 +0100

    Gherking->gherkin (#2655)
    
    Changed "gherking" to "gherkin".
---
 docs/modules/ROOT/pages/development.adoc | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/docs/modules/ROOT/pages/development.adoc 
b/docs/modules/ROOT/pages/development.adoc
index b84447efb..606e03d15 100644
--- a/docs/modules/ROOT/pages/development.adoc
+++ b/docs/modules/ROOT/pages/development.adoc
@@ -1471,8 +1471,8 @@ We're also going to use the CLI:
 yaks run earthquake-source.feature
 ----
 
-When testing a source, the backbone of the Gherking file that you'll write is 
similar to the one above.
-Depending on the source under test, you may need to stimulate the production 
of some data using additional Gherking steps
+When testing a source, the backbone of the Gherkin file that you'll write is 
similar to the one above.
+Depending on the source under test, you may need to stimulate the production 
of some data using additional Gherkin steps
 before verifying that the data has been produced
 (in our case, it's better not to try to stimulate an earthquake :D).
 
@@ -1570,6 +1570,6 @@ yaks run telegram-sink.feature --resource 
webhook-to-telegram.yaml --resource te
 
 If everything goes well, you should receive a message during the test 
execution.
 
-For a more specific test that checks also the content sent to Telegram, you 
should add additional Gherking steps
+For a more specific test that checks also the content sent to Telegram, you 
should add additional Gherkin steps
 to get and verify the actual message via other Telegram APIs. We're not going 
in so much details for this example,
 but the Gherkin file highlighted above is a good approximation of the backbone 
you'll find in tests for Kamelets of type "sink".

Reply via email to