Skip to content

Commit 77b016a

Browse files
committed
docs: article improvments
1 parent 6a9b5d2 commit 77b016a

File tree

1 file changed

+3
-3
lines changed
  • app/ng-ui-widgets-category/tabs/properties

1 file changed

+3
-3
lines changed

app/ng-ui-widgets-category/tabs/properties/article.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@
1111

1212
Example:
1313

14-
- Let's assume that the TabContentItem[1] is selected (`selectedIndex = 1`) and `offscreenTabLimit` is set to 1.
14+
- Let's assume that the `TabContentItem[1]` is selected (`selectedIndex = 1`) and `offscreenTabLimit` is set to 1.
1515

1616
**Result:** The content for TabContentItem[0] and TabContentItem[2] will be pre-loaded.
1717

18-
- Select TabContentItem[2] (`selectedIndex = 2`).
18+
- Select `TabContentItem[2]` - for exmaple`selectedIndex = 2`.
1919

20-
**Result:** TabContentItem[0] will be unloaded and TabContentItem[3] will be pre-loaded.
20+
**Result:** `TabContentItem[0]` will be unloaded and `TabContentItem[3]` will be pre-loaded.
2121

2222
- `tabsPosition: "top" | "bottom";` - Gets or sets the position state of the Tabs.
2323

0 commit comments

Comments
 (0)