From 4d4cfd65aa83b79450499c2d8ef22a299aaf43de Mon Sep 17 00:00:00 2001 From: Anastasiya Mashoshyna Date: Sat, 12 Oct 2019 12:24:03 +0300 Subject: [PATCH] docs: fix typo (#1062) --- .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