From 1e081c0a2287c4825a871382ae34e81e11013a4c Mon Sep 17 00:00:00 2001 From: Nuno Arruda Date: Tue, 24 Sep 2019 18:26:02 +0200 Subject: [PATCH] docs(breaking): fix minor grammar issues (#19418) --- angular/BREAKING.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/angular/BREAKING.md b/angular/BREAKING.md index bb6fae82d9..05cec31461 100644 --- a/angular/BREAKING.md +++ b/angular/BREAKING.md @@ -62,7 +62,7 @@ A list of the breaking changes introduced to each component in Ionic Angular v4. ## Action Sheet -The `title`, `subTitle` and `enableBackdropDismiss` properties has been renamed to `header`, `subHeader` and `backdropDismiss` respectively. +The `title`, `subTitle` and `enableBackdropDismiss` properties have been renamed to `header`, `subHeader` and `backdropDismiss` respectively. **Old Usage Example:** @@ -89,7 +89,7 @@ await actionSheet.present(); ## Alert -The `title`, `subTitle` and `enableBackdropDismiss` properties has been renamed to `header`, `subHeader` and `backdropDismiss` respectively. +The `title`, `subTitle` and `enableBackdropDismiss` properties have been renamed to `header`, `subHeader` and `backdropDismiss` respectively. **Old Usage Example:** @@ -498,7 +498,7 @@ The `` container was previously placed inside of the fixed content by d ### Markup Changed -The Grid has been refactored in order to support css variables and a dynamic number of columns. The following column attributes have been changed. +The Grid has been refactored in order to support CSS variables and a dynamic number of columns. The following column attributes have been changed. _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`)._ @@ -507,7 +507,7 @@ _In the following examples, `{breakpoint}` refers to the optional screen breakpo - `push-{breakpoint}-{value}` attributes have been renamed to `push-{breakpoint}=“{value}”` - `pull-{breakpoint}-{value}` attributes have been renamed to `pull-{breakpoint}=“{value}”` -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). +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). ## Icon @@ -1798,7 +1798,7 @@ To include the stylesheet for testing such as in a Plunker, Codepen, or anywhere #### Production -To use the css in production, we recommend importing it into a global file, such as `app/global.scss`: +To use the CSS in production, we recommend importing it into a global file, such as `app/global.scss`: ```css /** Basic CSS for Ionic Apps */