Skip to content

Commit 1e081c0

Browse files
nunoarrudabrandyscarney
authored andcommitted
docs(breaking): fix minor grammar issues (ionic-team#19418)
1 parent bf2953c commit 1e081c0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

angular/BREAKING.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ A list of the breaking changes introduced to each component in Ionic Angular v4.
6262

6363
## Action Sheet
6464

65-
The `title`, `subTitle` and `enableBackdropDismiss` properties has been renamed to `header`, `subHeader` and `backdropDismiss` respectively.
65+
The `title`, `subTitle` and `enableBackdropDismiss` properties have been renamed to `header`, `subHeader` and `backdropDismiss` respectively.
6666

6767
**Old Usage Example:**
6868

@@ -89,7 +89,7 @@ await actionSheet.present();
8989

9090
## Alert
9191

92-
The `title`, `subTitle` and `enableBackdropDismiss` properties has been renamed to `header`, `subHeader` and `backdropDismiss` respectively.
92+
The `title`, `subTitle` and `enableBackdropDismiss` properties have been renamed to `header`, `subHeader` and `backdropDismiss` respectively.
9393

9494
**Old Usage Example:**
9595

@@ -498,7 +498,7 @@ The `<ion-fab>` container was previously placed inside of the fixed content by d
498498

499499
### Markup Changed
500500

501-
The Grid has been refactored in order to support css variables and a dynamic number of columns. The following column attributes have been changed.
501+
The Grid has been refactored in order to support CSS variables and a dynamic number of columns. The following column attributes have been changed.
502502

503503
_In the following examples, `{breakpoint}` refers to the optional screen breakpoint (xs, sm, md, lg, xl) and `{value}` refers to the number of columns (`auto` or a number between `1` and `12`)._
504504

@@ -507,7 +507,7 @@ _In the following examples, `{breakpoint}` refers to the optional screen breakpo
507507
- `push-{breakpoint}-{value}` attributes have been renamed to `push-{breakpoint}=“{value}”`
508508
- `pull-{breakpoint}-{value}` attributes have been renamed to `pull-{breakpoint}=“{value}”`
509509

510-
Customizing the padding and width of a grid should now be done with css variables. For more information, see [Grid Layout](https://github.com/ionic-team/ionic-docs/blob/master/src/content/layout/grid.md).
510+
Customizing the padding and width of a grid should now be done with CSS variables. For more information, see [Grid Layout](https://github.com/ionic-team/ionic-docs/blob/master/src/content/layout/grid.md).
511511

512512
## Icon
513513

@@ -1798,7 +1798,7 @@ To include the stylesheet for testing such as in a Plunker, Codepen, or anywhere
17981798

17991799
#### Production
18001800

1801-
To use the css in production, we recommend importing it into a global file, such as `app/global.scss`:
1801+
To use the CSS in production, we recommend importing it into a global file, such as `app/global.scss`:
18021802

18031803
```css
18041804
/** Basic CSS for Ionic Apps */

0 commit comments

Comments
 (0)