Skip to content

fix minor spelling mistake in readme #853

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 11, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1564,7 +1564,7 @@ workbook.commit()
A portion of this library has been isolated and tested for use within a browser environment.

Due to the streaming nature of the workbook reader and workbook writer, these have not been included.
Only the document based workbook may be used (see <a href="#create-a-workbook">Create a Worbook</a> for details).
Only the document based workbook may be used (see <a href="#create-a-workbook">Create a Workbook</a> for details).

For example code using ExcelJS in the browser take a look at the <a href="https://github.com/exceljs/exceljs/tree/master/spec/browser">spec/browser</a> folder in the github repo.

Expand Down
2 changes: 1 addition & 1 deletion README_zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -1556,7 +1556,7 @@ workbook.commit()
该库的一部分已经过隔离测试,可在浏览器环境中使用。

由于工作簿阅读器和工作簿编写器的流媒体特性,因此未包含这些内容。
只能使用基于文档的工作簿(有关详细信息,请参阅<a href="#create-a-workbook">创建Worbook </a>)。
只能使用基于文档的工作簿(有关详细信息,请参阅<a href="#create-a-workbook">创建Workbook </a>)。

例如,在浏览器中使用ExcelJS的代码,请查看github中的<a href="https://github.com/exceljs/exceljs/tree/master/spec/browser"> spec / browser </a>文件夹回购。

Expand Down