Skip to content

Commit 579bbf9

Browse files
committed
docs(content): update content
1 parent 072c731 commit 579bbf9

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

docs/src/components/content-container.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ With each nested `ContentContainer` the element structure becomes one level deep
1616

1717
The appropriate HTML element for the page structure is determined based on the `level`. (e.g. `main`, `article`, `section`)
1818

19-
## Type
19+
## Types
2020

2121
```ts
2222

docs/src/components/content-headline.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ The level of the heading is taken from the `ContentContainer`.
1818

1919
The deeper the nesting, the smaller the heading.
2020

21-
## Type
21+
## Types
2222

2323
```ts
2424
declare interface ContentHeadlineProps {

docs/src/composables/use-content-container.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ const { currentTag } = useContentContainer();
3232
3333
```
3434

35-
## Type
35+
## Types
3636

3737
```ts
3838
function useContentContainer(options?: ContentContainerOptions): ContentContainerReturn;

docs/src/composables/use-content-headline.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ const { currentTag } = useContentHeadline();
3333
3434
```
3535

36-
## Type
36+
## Types
3737

3838
```ts
3939
function useContentHeadline(options?: ContentHeadlineOptions): ContentHeadlineReturn;

0 commit comments

Comments
 (0)