Skip to content

Commit a685c32

Browse files
committed
Update 0021_how_to_set_application_name_without_extra_queries.md
1 parent 2f490a6 commit a685c32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

0021_how_to_set_application_name_without_extra_queries.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ To avoid it, use `libpq`'s options.
5656

5757
(`-X` means `ignore .psqlrc`, which is a good practice for automation scripts involving `psql`.)
5858

59-
## Method 2: throught connection URI
59+
## Method 2: through connection URI
6060

6161
```bash
6262
❯ psql \

0 commit comments

Comments
 (0)