Skip to content

Commit 29571d8

Browse files
committed
Update Types title in CONTRIBUTING.md
1 parent 7855e72 commit 29571d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ engine | how to run tests | base data inherits from | mandatory ch
6565

6666
If you have no access to all required browsers / versions of browsers, use [Sauce Labs](https://saucelabs.com/), [BrowserStack](https://www.browserstack.com/) or [Cloud Browser](https://ieonchrome.com/).
6767

68-
## How to add new TypeScript definitions
68+
## TypeScript types definitions
6969

7070
- TypeScript definitions should be added to the [`packages/core-js-types/src/base`](./packages/core-js-types/src/base) directory.
7171
- Our type definitions are built on top of ES6. If any related type is missing in ES6, it must be added to the [`packages/core-js-types/src/base/core-js-types`](./packages/core-js-types/src/base/core-js-types) directory and imported via triple-slash directives in your type definition file.

0 commit comments

Comments
 (0)