Skip to content

Commit

Permalink
docs(title): fix typo in usage CSS example (#23957)
Browse files Browse the repository at this point in the history
  • Loading branch information
averyjohnston authored Sep 21, 2021
1 parent ae1325c commit 53d64c1
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions core/src/components/title/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ You can change the background color of the toolbar with the standard title by se
When styling the text color of the large title, you should target the large title globally as opposed to within the context of a particular page or tab, otherwise its styles will not be applied during the navigation animation.

```css
ion-title.large-title {
ion-title.title-large {
color: purple;
font-size: 30px;
}
Expand Down Expand Up @@ -240,7 +240,7 @@ You can change the background color of the toolbar with the standard title by se
When styling the text color of the large title, you should target the large title globally as opposed to within the context of a particular page or tab, otherwise its styles will not be applied during the navigation animation.

```css
ion-title.large-title {
ion-title.title-large {
color: purple;
font-size: 30px;
}
Expand Down Expand Up @@ -381,7 +381,7 @@ You can change the background color of the toolbar with the standard title by se
When styling the text color of the large title, you should target the large title globally as opposed to within the context of a particular page or tab, otherwise its styles will not be applied during the navigation animation.

```css
ion-title.large-title {
ion-title.title-large {
color: purple;
font-size: 30px;
}
Expand Down Expand Up @@ -544,7 +544,7 @@ You can change the background color of the toolbar with the standard title by se
When styling the text color of the large title, you should target the large title globally as opposed to within the context of a particular page or tab, otherwise its styles will not be applied during the navigation animation.

```css
ion-title.large-title {
ion-title.title-large {
color: purple;
font-size: 30px;
}
Expand Down
2 changes: 1 addition & 1 deletion core/src/components/title/usage/angular.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ You can change the background color of the toolbar with the standard title by se
When styling the text color of the large title, you should target the large title globally as opposed to within the context of a particular page or tab, otherwise its styles will not be applied during the navigation animation.

```css
ion-title.large-title {
ion-title.title-large {
color: purple;
font-size: 30px;
}
Expand Down
2 changes: 1 addition & 1 deletion core/src/components/title/usage/javascript.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ You can change the background color of the toolbar with the standard title by se
When styling the text color of the large title, you should target the large title globally as opposed to within the context of a particular page or tab, otherwise its styles will not be applied during the navigation animation.

```css
ion-title.large-title {
ion-title.title-large {
color: purple;
font-size: 30px;
}
Expand Down
2 changes: 1 addition & 1 deletion core/src/components/title/usage/react.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ You can change the background color of the toolbar with the standard title by se
When styling the text color of the large title, you should target the large title globally as opposed to within the context of a particular page or tab, otherwise its styles will not be applied during the navigation animation.

```css
ion-title.large-title {
ion-title.title-large {
color: purple;
font-size: 30px;
}
Expand Down
2 changes: 1 addition & 1 deletion core/src/components/title/usage/stencil.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ You can change the background color of the toolbar with the standard title by se
When styling the text color of the large title, you should target the large title globally as opposed to within the context of a particular page or tab, otherwise its styles will not be applied during the navigation animation.

```css
ion-title.large-title {
ion-title.title-large {
color: purple;
font-size: 30px;
}
Expand Down
2 changes: 1 addition & 1 deletion core/src/components/title/usage/vue.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ You can change the background color of the toolbar with the standard title by se
When styling the text color of the large title, you should target the large title globally as opposed to within the context of a particular page or tab, otherwise its styles will not be applied during the navigation animation.

```css
ion-title.large-title {
ion-title.title-large {
color: purple;
font-size: 30px;
}
Expand Down

0 comments on commit 53d64c1

Please sign in to comment.