Skip to content

Commit 19ff542

Browse files
docs: correct typos in README and onboarding.md and Javadoc (#673)
1 parent c57aa2e commit 19ff542

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ new features in the latest version will enhance your experience.
7272
7373

7474
> We are currently preparing for the first release under the Apache Incubator. Current releases were non-Apache
75-
> releases. You can see previous verison in this link: https://fesod.apache.org/docs/quickstart/guide/
75+
> releases. You can see previous version in this link: https://fesod.apache.org/docs/quickstart/guide/
7676
7777
### Maven
7878

fesod/src/main/java/org/apache/fesod/excel/enums/poi/HorizontalAlignmentEnum.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ public enum HorizontalAlignmentEnum {
4242
GENERAL(HorizontalAlignment.GENERAL),
4343

4444
/**
45-
* The horizontal alignment is left-aligned, even in Rightto-Left mode.
45+
* The horizontal alignment is left-aligned, even in Right-to-Left mode.
4646
* Aligns contents at the left edge of the cell. If an indent amount is specified, the contents of
4747
* the cell is indented from the left by the specified number of character spaces. The character spaces are
4848
* based on the default font and font size for the workbook.

fesod/src/main/java/org/apache/fesod/excel/metadata/csv/CsvWorkbook.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,7 @@ public SheetVisibility getSheetVisibility(int sheetIx) {
378378
public void setSheetVisibility(int sheetIx, SheetVisibility visibility) {}
379379

380380
@Override
381-
public void addToolPack(UDFFinder toopack) {}
381+
public void addToolPack(UDFFinder toolpack) {}
382382

383383
@Override
384384
public void setForceFormulaRecalculation(boolean value) {}

fesod/src/main/java/org/apache/fesod/excel/read/builder/ExcelReaderBuilder.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ protected ReadWorkbook parameter() {
292292
}
293293

294294
/**
295-
* Ignore hiddene sheet.Default is false.
295+
* Ignore hidden sheet.Default is false.
296296
*
297297
* @param ignoreHiddenSheet
298298
* @return

fesod/src/main/java/org/apache/fesod/excel/write/metadata/fill/FillConfig.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ public class FillConfig {
4343
/**
4444
* Create a new row each time you use the list parameter.The default create if necessary.
4545
* <p>
46-
* Warnning:If you use <code>forceNewRow</code> set true, will not be able to use asynchronous write file, simply
46+
* Warning:If you use <code>forceNewRow</code> set true, will not be able to use asynchronous write file, simply
4747
* say the whole file will be stored in memory.
4848
*/
4949
private Boolean forceNewRow;

website/community/committer/onboarding.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Upon receiving an invitation email from Apache Fesod (Incubating) PPMC, a new co
88
If they decide in favor, they should select "Reply All" and express their decision. Please provide the reference content of this reply email:
99

1010
```text
11-
Hi, i accept. Thanks for invitaion.
11+
Hi, i accept. Thanks for invitation.
1212
```
1313

1414
## Submit CLA

website/i18n/zh-cn/docusaurus-plugin-content-docs-community/current/committer/onboarding.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ title: 'Committer 须知'
88
若决定接受,请选择 **回复所有** 并表明最终决定。回复邮件请包含以下参考内容:
99

1010
```text
11-
Hi, i accept. Thanks for invitaion.
11+
Hi, I accept. Thanks for invitation.
1212
```
1313

1414
## 提交 CLA

0 commit comments

Comments
 (0)