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

danny0405 pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/hudi.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 9831559efb6 [Docs] Fix the error words in hudi_stack.md (#12947)
9831559efb6 is described below

commit 9831559efb6f2ad86573a29450a7317a03889b87
Author: zhangm365 <[email protected]>
AuthorDate: Mon Mar 10 16:47:21 2025 +0800

    [Docs] Fix the error words in hudi_stack.md (#12947)
---
 website/versioned_docs/version-1.0.1/hudi_stack.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/website/versioned_docs/version-1.0.1/hudi_stack.md 
b/website/versioned_docs/version-1.0.1/hudi_stack.md
index d2823124418..d3e0fb33535 100644
--- a/website/versioned_docs/version-1.0.1/hudi_stack.md
+++ b/website/versioned_docs/version-1.0.1/hudi_stack.md
@@ -97,7 +97,7 @@ compaction for File Groups undergoing clustering, thereby 
saving on I/O.
 
 #### Compaction
 Hudi's [compaction](./compaction) service, featuring strategies like date 
partitioning and I/O bounding, merges Base Files with delta logs to create 
updated Base Files. It allows 
-concurrent writes to the same File Froup, enabled by Hudi's file grouping and 
flexible log merging. This facilitates non-blocking execution of deletes even 
during concurrent 
+concurrent writes to the same File Group, enabled by Hudi's file grouping and 
flexible log merging. This facilitates non-blocking execution of deletes even 
during concurrent 
 record updates.
 
 #### Cleaning

Reply via email to