Skip to content

Commit a1b762d

Browse files
wbreakellcrisbeto
authored andcommitted
docs: update contributing guidelines to reference TypeScript style guide (#31216)
(cherry picked from commit 0c654b7)
1 parent 541aa4f commit a1b762d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ To ensure consistency throughout the source code, keep these rules in mind as yo
160160
161161
* All features or bug fixes **must be tested** by one or more specs (unit-tests).
162162
* All public API methods **must be documented**. (Details TBD).
163-
* We follow [Google's JavaScript Style Guide][js-style-guide], but wrap all code at
163+
* We follow [Google's TypeScript Style Guide][ts-style-guide], but wrap all code at
164164
**100 characters**.
165165

166166
## <a name="commit"></a> Commit Message Guidelines
@@ -271,7 +271,7 @@ changes to be accepted, the CLA must be signed. It's a quick process, we promise
271271
[github]: https://github.com/angular/components
272272
[gitter]: https://gitter.im/angular/material2
273273
[individual-cla]: https://code.google.com/legal/individual-cla-v1.0.html
274-
[js-style-guide]: https://google.github.io/styleguide/jsguide.html
274+
[ts-style-guide]: https://google.github.io/styleguide/tsguide.html
275275
[codepen]: https://codepen.io/
276276
[jsbin]: https://jsbin.com/
277277
[jsfiddle]: https://jsfiddle.net/

0 commit comments

Comments
 (0)