Skip to content

Commit 186047e

Browse files
IvanFonrigor789
authored andcommitted
Fix FormattedString link. (#120)
1 parent b183c46 commit 186047e

File tree

1 file changed

+2
-2
lines changed
  • content/docs/en/elements/components

1 file changed

+2
-2
lines changed

content/docs/en/elements/components/label.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ contributors: [MisterBrownRSA, rigor789, eddyverbruggen, ikoevska]
1818

1919
### Styling the label
2020

21-
If you need to style parts of the text, you can use a combination of a [`FormattedString`](https://docs.nativescript.org/cookbook/formatted-string) and [`Span`](https://docs.nativescript.org/api-reference/classes/_text_span_.span) elements.
21+
If you need to style parts of the text, you can use a combination of a [`FormattedString`](https://docs.nativescript.org/cookbook/formatted-string-ng) and [`Span`](https://docs.nativescript.org/api-reference/classes/_text_span_.span) elements.
2222

2323
```html
2424
<Label textWrap="true">
@@ -43,4 +43,4 @@ If you need to style parts of the text, you can use a combination of a [`Formatt
4343

4444
| Android | iOS |
4545
|---------|-----|
46-
| [`android.widget.TextView`](https://developer.android.com/reference/android/widget/TextView.html) | [`UILabel`](https://developer.apple.com/documentation/uikit/uilabel)
46+
| [`android.widget.TextView`](https://developer.android.com/reference/android/widget/TextView.html) | [`UILabel`](https://developer.apple.com/documentation/uikit/uilabel)

0 commit comments

Comments
 (0)