Skip to content

Commit 9394e0c

Browse files
committed
docs(toArray,toReactive): trim verbose page intros
1 parent 89679e0 commit 9394e0c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

apps/docs/src/pages/composables/transformers/to-array.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ related:
1616

1717
# toArray
1818

19-
The `toArray` utility function provides a consistent way to convert any value into an array format. It handles edge cases like `null` and `undefined` values, and ensures that the output is always an array.
19+
Coerces any value — including `null` and `undefined` — to an array.
2020

2121
<DocsPageFeatures :frontmatter />
2222

apps/docs/src/pages/composables/transformers/to-reactive.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ related:
1616

1717
# toReactive
1818

19-
The `toReactive` utility function converts a `MaybeRef` object to a reactive proxy, automatically unwrapping ref values. It provides special handling for `Map`, `Set`, and regular objects.
19+
Converts a `MaybeRef` object to a reactive proxy with automatic ref unwrapping and `Map`/`Set` support.
2020

2121
<DocsPageFeatures :frontmatter />
2222

0 commit comments

Comments
 (0)