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