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

Commit

Permalink
Fix minor spelling errors
Browse files Browse the repository at this point in the history
  • Loading branch information
stufinn committed Jan 24, 2019
1 parent e72e1fe commit 43cd308
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 43cd308

Please sign in to comment.