Skip to content

Commit

Permalink
spelling: typescript
Browse files Browse the repository at this point in the history
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
  • Loading branch information
jsoref committed Mar 21, 2024
1 parent 4b4d9cd commit 322ba3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/forks/image-size/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ sizeOf('images/funny-cats.png')
.catch(err => console.error(err))
```

### Async/Await (Typescript & ES7)
### Async/Await (TypeScript & ES7)

```javascript
const { promisify } = require('util')
Expand Down

0 comments on commit 322ba3d

Please sign in to comment.