docs: fix typo (#1062)

This commit is contained in:
Anastasiya Mashoshyna 2019-10-12 12:24:03 +03:00 committed by Roman Hotsiy
parent 69c3dce883
commit 4d4cfd65aa

View File

@ -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/services/models`**: contains classes for OpenAPI entities (e.g. Response, Operations, etc)
- **`src/types`**: contains extra typescript typings including OpenAPI doc typings - **`src/types`**: contains extra typescript typings including OpenAPI doc typings
- **`src/utils`**: utility functions - **`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 - **`src/theme.ts`**: - default theme (colors, fonts, etc) used by all the components