Skip to content

Commit 9f4b25d

Browse files
committed
docs: clarify wording
1 parent cde5299 commit 9f4b25d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/composition-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ And here's a look at each individual property:
104104

105105
### Returned Attributes
106106

107-
Notice the `tutorialsData` in the previous example. You can see that there's an `items` property, which is returned from the `setup` method as the `tutorials`. There are many more attributes available in the object returned from `useFind`. We can learn more about the return values by looking at its TypeScript interface, below.
107+
Notice the `tutorialsData` in the previous example. You can see that there's an `tutorialsData.items` property, which is returned at the bottom of the `setup` method as `tutorials`. There are many more attributes available in the object returned from `useFind`. We can learn more about the return values by looking at its TypeScript interface, below.
108108

109109
```ts
110110
interface UseFindData {

0 commit comments

Comments
 (0)