docs(components): updating quotes in usage and icon readme (#15265)

This commit is contained in:
Chris Griffith
2018-08-22 08:53:57 -07:00
committed by Brandy Carney
parent 6718662f5e
commit f78a280ce9
2 changed files with 5 additions and 5 deletions

View File

@@ -13,7 +13,7 @@ export class ActionSheetExample {
async presentActionSheet() {
const actionSheet = await this.actionSheetController.create({
header: "Albums",
header: 'Albums',
buttons: [{
text: 'Delete',
role: 'destructive',

View File

@@ -25,7 +25,7 @@ Specifies the label to use for accessibility. Defaults to the icon name.
string
The color to use from your Sass `$colors` map.
Default options are: `"primary"`, `"secondary"`, `"danger"`, `"light"`, and `"dark"`.
Default options are: `"primary"`, `"secondary"`, `"tertiary"`, `"success"`, `"warning"`, `"danger"`, `"dark"`, `"medium"`, `"light"`.
For more information, see [Theming your App](/docs/theming/theming-your-app).
@@ -48,7 +48,7 @@ Specifies which icon to use on `md` mode.
string
Specifies which icon to use. The appropriate icon will be used based on the mode.
For more information, see [Ionicons](/docs/ionicons/).
For more information, see [Ionicons](https://github.com/ionic-team/ionicons).
#### size
@@ -73,7 +73,7 @@ Specifies the label to use for accessibility. Defaults to the icon name.
string
The color to use from your Sass `$colors` map.
Default options are: `"primary"`, `"secondary"`, `"danger"`, `"light"`, and `"dark"`.
Default options are: `"primary"`, `"secondary"`, `"tertiary"`, `"success"`, `"warning"`, `"danger"`, `"dark"`, `"medium"`, `"light"`.
For more information, see [Theming your App](/docs/theming/theming-your-app).
@@ -96,7 +96,7 @@ Specifies which icon to use on `md` mode.
string
Specifies which icon to use. The appropriate icon will be used based on the mode.
For more information, see [Ionicons](/docs/ionicons/).
For more information, see [Ionicons](https://github.com/ionic-team/ionicons).
#### size