Skip to content

Commit

Permalink
Fix minor mismatches between queries and section titles in technology…
Browse files Browse the repository at this point in the history
….mdx (#47)

Fix nits technology.mdx

Fix minor mismatches between the query and the section title
  • Loading branch information
gunesacar authored Jan 30, 2025
1 parent 48ab548 commit 60b51c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/content/docs/reference/structs/technology.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Additional metadata about the detected technology, ie version number

## Example queries

### Pages using WordPress in the top 5k
### Pages using WordPress in the top 1k

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

Expand Down Expand Up @@ -77,7 +77,7 @@ LIMIT
10
```

### Top 5 WordPress versions
### Top 10 WordPress versions

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.

Expand Down

0 comments on commit 60b51c6

Please sign in to comment.