Skip to content

Commit 9a10f48

Browse files
crisbetojelbourn
authored andcommitted
chore: fix miscellaneous typos in comments (#15783)
Fixes a handful of comments where we made some typos by saying "the the".
1 parent b858854 commit 9a10f48

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/cdk/a11y/focus-monitor/focus-monitor.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ type MonitoredElementInfo = {
4646

4747
/**
4848
* Event listener options that enable capturing and also
49-
* mark the the listener as passive if the browser supports it.
49+
* mark the listener as passive if the browser supports it.
5050
*/
5151
const captureEventListenerOptions = normalizePassiveListenerOptions({
5252
passive: true,

src/cdk/scrolling/virtual-scroll-viewport.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// When elements such as `<tr>` or `<li>` are repeated inside the cdk-virtual-scroll-viewport,
22
// their container element (e.g. `<table>`, `<ul>`, etc.) needs to be placed in the viewport as
33
// well. We reset some properties here to prevent these container elements from introducing
4-
// additional space that would throw off the the scrolling calculations.
4+
// additional space that would throw off the scrolling calculations.
55
@mixin _cdk-virtual-scroll-clear-container-space($direction) {
66
$start: if($direction == horizontal, 'left', 'top');
77
$end: if($direction == horizontal, 'right', 'bottom');

src/module-typings.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Declares the global `module` variable that can be used outside of NodeJS.
33
*
44
* The module variable will be provided by given module bundlers (like Webpack) and helps
5-
* Angular to determine assets relatively to the the original file location. All components
5+
* Angular to determine assets relatively to the original file location. All components
66
* within the CDK and Material specify the `module.id`.
77
*
88
* **Note**: This file is used by Bazel to build all `ng_module` rules. See `tools/defaults.bzl`.

0 commit comments

Comments
 (0)