From 96d9de331960b0a295b976da199c047f099040ff Mon Sep 17 00:00:00 2001 From: Anastasiya Mashoshyna Date: Sat, 12 Oct 2019 11:22:59 +0300 Subject: [PATCH] fix typo --- .github/CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 99c74091..09b04253 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -90,5 +90,5 @@ There are some other scripts available in the `scripts` section of the `package. - **`src/services/models`**: contains classes for OpenAPI entities (e.g. Response, Operations, etc) - **`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/styled-components.ts`**: - reexports styled-components with proper typescript annotations using theme - **`src/theme.ts`**: - default theme (colors, fonts, etc) used by all the components