fixing some typos in the documentation

This commit is contained in:
Rohan 2019-09-28 17:54:33 +05:30 committed by SheetJSDev
parent e3c5eac99c
commit 4c956ff9de
2 changed files with 2 additions and 2 deletions

View File

@ -60,4 +60,4 @@ Keep these in mind as you work:
Before contributions are merged, you will receive an email (at the address
associated with the git commit) and will be asked to confirm the aforementioned
items. Ensure that the email addresses associated with the commits is valid.
items. Ensure that the email addresses associated with the commits are valid.

View File

@ -298,7 +298,7 @@ operations generally should be straightforward to implement.
Excel pushes the XLSX format as default starting in Excel 2007. However, there
are other formats with more appealing properties. For example, the XLSB format
is spiritually similar to XLSX but files often tend up taking less than half the
is spiritually similar to XLSX but files often end up taking less than half the
space and open much faster! Even though an XLSX writer is available, other
format writers are available so users can take advantage of the unique
characteristics of each format.