Skip to content

Commit

Permalink
docs: fix typo in README (#735)
Browse files Browse the repository at this point in the history
  • Loading branch information
m-mohr authored and RomanHotsiy committed Dec 6, 2018
1 parent 4f60ec8 commit 523dbdc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/CONTRIBUTING.md
Expand Up @@ -27,7 +27,7 @@ You will need [Node.js](http://nodejs.org) at `v8.0.0+` and [Yarn](https://yarnp
After cloning the repo, run:

```bash
$ yarn install # or yarn
$ yarn install # or npm
```

### Commonly used NPM scripts
Expand Down Expand Up @@ -91,4 +91,4 @@ There are some other scripts available in the `scripts` section of the `package.
- **`src/types`**: contains extra typescript typings including OpenAPI doc typings
- **`src/utils`**: utility functions
- **`src/styled-components.ts`**: - reexprots styled-components with proper typescript annotations using theme
- **`src/theme.ts`**: - default theme (colors, fonts, etc) used by all the components
- **`src/theme.ts`**: - default theme (colors, fonts, etc) used by all the components

0 comments on commit 523dbdc

Please sign in to comment.