You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by or...@apache.org on 2022/03/24 08:17:53 UTC

[camel-website] branch main updated: Fixed a small typo in the resume API post

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

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


The following commit(s) were added to refs/heads/main by this push:
     new ed7fcc6  Fixed a small typo in the resume API post
ed7fcc6 is described below

commit ed7fcc627bc914dcc8c33d377eb6c4bcf6ba2600
Author: Otavio Rodolfo Piske <an...@gmail.com>
AuthorDate: Thu Mar 24 09:17:06 2022 +0100

    Fixed a small typo in the resume API post
---
 content/blog/2022/03/resume-api-v2/index.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/content/blog/2022/03/resume-api-v2/index.md b/content/blog/2022/03/resume-api-v2/index.md
index c8fc868..09222d8 100644
--- a/content/blog/2022/03/resume-api-v2/index.md
+++ b/content/blog/2022/03/resume-api-v2/index.md
@@ -22,7 +22,7 @@ Here's an example of that API in action, taken from the [Resume API File Offset
 
 [![asciicast](resume-api-file-offset.svg)](https://asciinema.org/a/477253)
 
-This example shows a sample Camel integration reading a large file and publishing the offsets to a Kafka instance that serves as the storaged for the offsets. It displays it consuming batches of 30 lines, then stopping and then resuming from where it stopped.
+This example shows a sample Camel integration reading a large file and publishing the offsets to a Kafka instance that serves as the storage for the offsets. It displays it consuming batches of 30 lines, then stopping and then resuming from where it stopped.
 
 A similar example to the one above, shows the Resume API v2 processing large directories [Resume API File Set Example](https://github.com/apache/camel-examples/tree/main/examples/resume-api/resume-api-fileset):