hotfix: fixed typos in subquery docs

pull/5071/head
Scott Anderson 2023-08-03 10:16:27 -06:00
parent 0afadf5860
commit 91036b81bf
2 changed files with 2 additions and 2 deletions

View File

@ -661,7 +661,7 @@ but the following table contains the median `temp` value for each room.
## Subquery categories
SQL subqueries can be categorized as one or more of the following base on the
SQL subqueries can be categorized as one or more of the following based on the
behavior of the subquery:
- [correlated](#correlated-subqueries) or [non-correlated](#non-correlated-subqueries) <!-- GET MORE INFO -->

View File

@ -661,7 +661,7 @@ but the following table contains the median `temp` value for each room.
## Subquery categories
SQL subqueries can be categorized as one or more of the following base on the
SQL subqueries can be categorized as one or more of the following based on the
behavior of the subquery:
- [correlated](#correlated-subqueries) or [non-correlated](#non-correlated-subqueries) <!-- GET MORE INFO -->