Skip to content

Commit 60b51c6

Browse files
authored
Fix minor mismatches between queries and section titles in technology.mdx (#47)
Fix nits technology.mdx Fix minor mismatches between the query and the section title
1 parent 48ab548 commit 60b51c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/content/docs/reference/structs/technology.mdx

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Additional metadata about the detected technology, ie version number
3636

3737
## Example queries
3838

39-
### Pages using WordPress in the top 5k
39+
### Pages using WordPress in the top 1k
4040

4141
As the `technologies` field is a repeated struct, we need to use `UNNEST` to query it.
4242

@@ -77,7 +77,7 @@ LIMIT
7777
10
7878
```
7979

80-
### Top 5 WordPress versions
80+
### Top 10 WordPress versions
8181

8282
There is usually only one technology version on a given page, but in some cases a site uses the same technology twice. For example, multiple widgets load different versions of jQuery.
8383

0 commit comments

Comments
 (0)