Skip to content

Commit b466b23

Browse files
committed
Fixing typo.
1 parent 3e5845b commit b466b23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/d1/build-with-d1/use-indexes.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ Review the `USING INDEX <INDEX_NAME>` output from the query planner, confirming
9898

9999
This is also a fairly common use-case for an index. Finding a user based on their email address is often a very common query type for login (authentication) systems.
100100

101-
Using an index can reduce the number of rows read by a query. You use the `meta` object to estimate your usage. Refer to ["Can I use an index to reduce the number of rows read by a query?"](/d1/platform/pricing/#can-i-use-an-index-to-reduce-the-number-of-rows-read-by-a-query) and ["How can I estimate my (eventual) bill?"](/d1/platform/pricing/#how-can-i-estimate-my-eventual-bill).
101+
Using an index can reduce the number of rows read by a query. Use the `meta` object to estimate your usage. Refer to ["Can I use an index to reduce the number of rows read by a query?"](/d1/platform/pricing/#can-i-use-an-index-to-reduce-the-number-of-rows-read-by-a-query) and ["How can I estimate my (eventual) bill?"](/d1/platform/pricing/#how-can-i-estimate-my-eventual-bill).
102102

103103
## Multi-column indexes
104104

0 commit comments

Comments
 (0)