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

delei pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/fesod.git


The following commit(s) were added to refs/heads/main by this push:
     new 19ff5426 docs: correct typos in README and onboarding.md and Javadoc 
(#673)
19ff5426 is described below

commit 19ff5426231f074e827f05b393c7c31a15cc7d55
Author: Tran Ngoc Nhan <[email protected]>
AuthorDate: Tue Nov 4 17:45:14 2025 +0700

    docs: correct typos in README and onboarding.md and Javadoc (#673)
---
 README.md                                                               | 2 +-
 .../java/org/apache/fesod/excel/enums/poi/HorizontalAlignmentEnum.java  | 2 +-
 .../src/main/java/org/apache/fesod/excel/metadata/csv/CsvWorkbook.java  | 2 +-
 .../java/org/apache/fesod/excel/read/builder/ExcelReaderBuilder.java    | 2 +-
 .../java/org/apache/fesod/excel/write/metadata/fill/FillConfig.java     | 2 +-
 website/community/committer/onboarding.md                               | 2 +-
 .../current/committer/onboarding.md                                     | 2 +-
 7 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/README.md b/README.md
index 2eb08d75..eb5aaa32 100644
--- a/README.md
+++ b/README.md
@@ -72,7 +72,7 @@ new features in the latest version will enhance your 
experience.
 
 
 > We are currently preparing for the first release under the Apache Incubator. 
 > Current releases were non-Apache
-> releases. You can see previous verison in this link: 
https://fesod.apache.org/docs/quickstart/guide/
+> releases. You can see previous version in this link: 
https://fesod.apache.org/docs/quickstart/guide/
 
 ### Maven
 
diff --git 
a/fesod/src/main/java/org/apache/fesod/excel/enums/poi/HorizontalAlignmentEnum.java
 
b/fesod/src/main/java/org/apache/fesod/excel/enums/poi/HorizontalAlignmentEnum.java
index 85f4e8f7..7ad8656a 100644
--- 
a/fesod/src/main/java/org/apache/fesod/excel/enums/poi/HorizontalAlignmentEnum.java
+++ 
b/fesod/src/main/java/org/apache/fesod/excel/enums/poi/HorizontalAlignmentEnum.java
@@ -42,7 +42,7 @@ public enum HorizontalAlignmentEnum {
     GENERAL(HorizontalAlignment.GENERAL),
 
     /**
-     * The horizontal alignment is left-aligned, even in Rightto-Left mode.
+     * The horizontal alignment is left-aligned, even in Right-to-Left mode.
      * Aligns contents at the left edge of the cell. If an indent amount is 
specified, the contents of
      * the cell is indented from the left by the specified number of character 
spaces. The character spaces are
      * based on the default font and font size for the workbook.
diff --git 
a/fesod/src/main/java/org/apache/fesod/excel/metadata/csv/CsvWorkbook.java 
b/fesod/src/main/java/org/apache/fesod/excel/metadata/csv/CsvWorkbook.java
index 868c461e..96559aa1 100644
--- a/fesod/src/main/java/org/apache/fesod/excel/metadata/csv/CsvWorkbook.java
+++ b/fesod/src/main/java/org/apache/fesod/excel/metadata/csv/CsvWorkbook.java
@@ -378,7 +378,7 @@ public class CsvWorkbook implements Workbook {
     public void setSheetVisibility(int sheetIx, SheetVisibility visibility) {}
 
     @Override
-    public void addToolPack(UDFFinder toopack) {}
+    public void addToolPack(UDFFinder toolpack) {}
 
     @Override
     public void setForceFormulaRecalculation(boolean value) {}
diff --git 
a/fesod/src/main/java/org/apache/fesod/excel/read/builder/ExcelReaderBuilder.java
 
b/fesod/src/main/java/org/apache/fesod/excel/read/builder/ExcelReaderBuilder.java
index 21f2c756..3cd55852 100644
--- 
a/fesod/src/main/java/org/apache/fesod/excel/read/builder/ExcelReaderBuilder.java
+++ 
b/fesod/src/main/java/org/apache/fesod/excel/read/builder/ExcelReaderBuilder.java
@@ -292,7 +292,7 @@ public class ExcelReaderBuilder extends 
AbstractExcelReaderParameterBuilder<Exce
     }
 
     /**
-     * Ignore hiddene sheet.Default is false.
+     * Ignore hidden sheet.Default is false.
      *
      * @param ignoreHiddenSheet
      * @return
diff --git 
a/fesod/src/main/java/org/apache/fesod/excel/write/metadata/fill/FillConfig.java
 
b/fesod/src/main/java/org/apache/fesod/excel/write/metadata/fill/FillConfig.java
index f4bab8b1..1b419096 100644
--- 
a/fesod/src/main/java/org/apache/fesod/excel/write/metadata/fill/FillConfig.java
+++ 
b/fesod/src/main/java/org/apache/fesod/excel/write/metadata/fill/FillConfig.java
@@ -43,7 +43,7 @@ public class FillConfig {
     /**
      * Create a new row each time you use the list parameter.The default 
create if necessary.
      * <p>
-     * Warnning:If you use <code>forceNewRow</code> set true, will not be able 
to use asynchronous write file, simply
+     * Warning:If you use <code>forceNewRow</code> set true, will not be able 
to use asynchronous write file, simply
      * say the whole file will be stored in memory.
      */
     private Boolean forceNewRow;
diff --git a/website/community/committer/onboarding.md 
b/website/community/committer/onboarding.md
index 3ba1833b..e270651a 100644
--- a/website/community/committer/onboarding.md
+++ b/website/community/committer/onboarding.md
@@ -8,7 +8,7 @@ Upon receiving an invitation email from Apache Fesod 
(Incubating) PPMC, a new co
 If they decide in favor, they should select "Reply All" and express their 
decision. Please provide the reference content of this reply email:
 
 ```text
-Hi, i accept. Thanks for invitaion.
+Hi, i accept. Thanks for invitation.
 ```
 
 ## Submit CLA
diff --git 
a/website/i18n/zh-cn/docusaurus-plugin-content-docs-community/current/committer/onboarding.md
 
b/website/i18n/zh-cn/docusaurus-plugin-content-docs-community/current/committer/onboarding.md
index 5df5a45a..ccdb7a43 100644
--- 
a/website/i18n/zh-cn/docusaurus-plugin-content-docs-community/current/committer/onboarding.md
+++ 
b/website/i18n/zh-cn/docusaurus-plugin-content-docs-community/current/committer/onboarding.md
@@ -8,7 +8,7 @@ title: 'Committer 须知'
 若决定接受,请选择 **回复所有** 并表明最终决定。回复邮件请包含以下参考内容:
 
 ```text
-Hi, i accept. Thanks for invitaion.
+Hi, I accept. Thanks for invitation.
 ```
 
 ## 提交 CLA


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to