Skip to content

Commit

Permalink
Fix "the the" in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
dekimir authored and ebyhr committed May 8, 2024
1 parent 05a586f commit 4c359e7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/src/main/sphinx/object-storage/metastores.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ are also available. They are discussed later in this topic.
object storage itself. A small amount of metadata, however, still requires
the use of a metastore. In the Iceberg ecosystem, these smaller metastores
are called Iceberg metadata catalogs, or just catalogs. The examples in each
subsection depict the contents of a Trino catalog file that uses the the
subsection depict the contents of a Trino catalog file that uses the
Iceberg connector to configures different Iceberg metadata catalogs.

You must set this property in all Iceberg catalog property files. Valid
Expand Down
2 changes: 1 addition & 1 deletion docs/src/main/sphinx/security/inspect-jks.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ The JKS system supports both PKCS #12 `.p12` files as well as legacy
keystore `.jks` files.

The keystore file itself is always password-protected. The keystore file can
have more than one key in the the same file, each addressed by its **alias**
have more than one key in the same file, each addressed by its **alias**
name.

If you receive a keystore file from your site's network admin group, verify that
Expand Down
2 changes: 1 addition & 1 deletion docs/src/main/sphinx/sql/select.md
Original file line number Diff line number Diff line change
Expand Up @@ -1253,7 +1253,7 @@ CROSS JOIN UNNEST(numbers, animals) AS t (n, a);
(6 rows)
```

`LEFT JOIN` is preferable in order to avoid losing the the row containing the array/map field in question
`LEFT JOIN` is preferable in order to avoid losing the row containing the array/map field in question
when referenced columns from relations on the left side of the join can be empty or have `NULL` values:

```
Expand Down

0 comments on commit 4c359e7

Please sign in to comment.