Skip to content

Commit 675b164

Browse files
committed
main - 168b89e Fix indefinite articles (#29091)
1 parent 1c8c4f8 commit 675b164

File tree

8 files changed

+9
-9
lines changed

8 files changed

+9
-9
lines changed

accordion/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ export declare class CdkAccordion implements OnDestroy, OnChanges {
3939
}
4040

4141
/**
42-
* An basic directive expected to be extended and decorated as a component. Sets up all
42+
* A basic directive expected to be extended and decorated as a component. Sets up all
4343
* events and attributes needed to be managed by a CdkAccordion parent.
4444
*/
4545
export declare class CdkAccordionItem implements OnDestroy {

esm2022/accordion/accordion-item.mjs

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

esm2022/portal/portal.mjs

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

fesm2022/accordion.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0-next.2",
6161
/** Used to generate unique ID for each accordion item. */
6262
let nextId = 0;
6363
/**
64-
* An basic directive expected to be extended and decorated as a component. Sets up all
64+
* A basic directive expected to be extended and decorated as a component. Sets up all
6565
* events and attributes needed to be managed by a CdkAccordion parent.
6666
*/
6767
class CdkAccordionItem {

fesm2022/accordion.mjs.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

fesm2022/portal.mjs.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

portal/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ export declare class PortalModule {
277277
static ɵinj: i0.ɵɵInjectorDeclaration<PortalModule>;
278278
}
279279

280-
/** A `PortalOutlet` is an space that can contain a single `Portal`. */
280+
/** A `PortalOutlet` is a space that can contain a single `Portal`. */
281281
export declare interface PortalOutlet {
282282
/** Attaches a portal to this outlet. */
283283
attach(portal: Portal<any>): any;

text-field/_index.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
// Core styles that enable monitoring autofill state of text fields.
3131
@mixin text-field-autofill() {
32-
// Keyframes that apply no styles, but allow us to monitor when an text field becomes autofilled
32+
// Keyframes that apply no styles, but allow us to monitor when a text field becomes autofilled
3333
// by watching for the animation events that are fired when they start. Note: the /*!*/ comment is
3434
// needed to prevent LibSass from stripping the keyframes out.
3535
// Based on: https://medium.com/@brunn/detecting-autofilled-fields-in-javascript-aed598d25da7

0 commit comments

Comments
 (0)