Skip to content

Commit

Permalink
docs(repo): spelling fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dw2 committed Sep 27, 2019
1 parent bcd2f23 commit 0080227
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# styled-tidy
Tidy is a lightweight set of utilties for writing clean styled-components syntax.
Tidy is a lightweight set of utilities for writing clean styled-components syntax.

![](https://badgen.net/github/release/dw2/styled-tidy) [![CircleCI](https://circleci.com/gh/dw2/styled-tidy.svg?style=svg)](https://circleci.com/gh/dw2/styled-tidy) ![](https://badgen.net/badgesize/gzip/https://unpkg.com/styled-tidy) ![Codecov](https://codecov.io/gh/dw2/styled-tidy/branch/master/graph/badge.svg)

Expand Down
1 change: 1 addition & 0 deletions config/jest.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
module.exports = {
collectCoverageFrom: [
"src/helpers.tsx",
"src/matchers.tsx",
"src/media.tsx",
"src/mixins.tsx",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "styled-tidy",
"version": "0.0.0-development",
"description": "A set of utilties for writing clean styled-components syntax.",
"description": "A set of utilities for writing clean styled-components syntax.",
"main": "index.js",
"types": "index.d.ts",
"scripts": {
Expand Down

0 comments on commit 0080227

Please sign in to comment.