Skip to content
This repository has been archived by the owner on Jul 22, 2022. It is now read-only.

Commit

Permalink
Merge pull request #264 from stufinn/master
Browse files Browse the repository at this point in the history
Fix minor spelling errors
  • Loading branch information
natergj authored Mar 24, 2019
2 parents e72e1fe + 43cd308 commit e8c93e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -217,9 +217,9 @@ wb.writeToBuffer().then(function(buffer) {

An instance of the Worksheet class contains all information specific to that worksheet

#### Contstructor
#### Constructor

Worksheet contructor is called via Workbook class and accepts a name and configuration object
Worksheet constructor is called via Workbook class and accepts a name and configuration object

```javascript
var xl = require('excel4node');
Expand Down

0 comments on commit e8c93e2

Please sign in to comment.