Skip to content

Commit 8fbbee8

Browse files
committed
chore: cleanup
1 parent 5aefc5e commit 8fbbee8

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

content/api/class/Image.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ breadcrumbs:
1010
- name: 'Image'
1111
layout: api
1212
seo:
13-
description: "Represents a class that provides functionality for loading and streching image(s)."
13+
description: "Represents a class that provides functionality for loading and streching images."
1414
---
1515

1616
<!-- This page is auto generated, do not edit manually. -->

content/project-structure/src/fonts.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ A folder for storing custom fonts. Any `.ttf` files placed here are automaticall
88

99
## Using Custom Fonts
1010

11-
Place the `.ttf` file(s) in the `src/fonts` folder, then run
11+
Place the `.ttf` files in the `src/fonts` folder, then run
1212

1313
```cli
1414
ns fonts

content/ui/absolute-layout.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ If you need to build more complex UIs with overlapping elements, consider using
9696

9797
:::
9898

99-
## AbsoluteLayout Reference(s)
99+
## AbsoluteLayout Reference
100100

101101
### Props
102102

content/ui/grid-layout.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ You can set a fixed size for column width and row height or you can create them
1414
- **auto:** Makes the column as wide as its widest child or makes the row as tall as its tallest child.
1515
- **\*:** Takes as much space as available after filling all auto and fixed size columns or rows.
1616

17-
See [Reference(s)](#references) for more information.
17+
See [References](#references) for more information.
1818

1919
### Grid layout with fixed sizing
2020

@@ -79,7 +79,7 @@ The following example creates a complex grid with responsive design, mixed width
7979

8080
<img class="md:w-1/2 lg:w-1/3" src="https://art.nativescript.org/layouts/grid_layout_complex.svg" />
8181

82-
## Reference(s)
82+
## Reference
8383

8484
### Props
8585

content/ui/stack-layout.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ The following example creates a diagonal stack of items with responsive sizes.
123123

124124
<img class="md:w-1/2 lg:w-1/3" src="https://art.nativescript.org/layouts/stack_layout_horizontal_align_children.svg" />
125125

126-
## StackLayout Reference(s)
126+
## StackLayout Reference
127127

128128
### Props
129129

content/ui/wrap-layout.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ The following example creates a column of equally-sized items. When the column r
3636

3737
<img class="md:w-1/2 lg:w-1/3" src="https://art.nativescript.org/layouts/wrap_layout_vertical.svg" />
3838

39-
## WrapLayout Reference(s)
39+
## WrapLayout Reference
4040

4141
### Props
4242

0 commit comments

Comments
 (0)