Skip to content

Commit 61d307c

Browse files
committed
Fix a typo
1 parent 4c0395b commit 61d307c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

postgres/capitalize-all-the-words.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ PostgreSQL provides the string function `initcap()` as a way of capitalizing
44
all words. In the process, it cleans up the casing of the remaining parts of
55
the words.
66

7-
Here are some example of how it works.
7+
Here are some examples of how it works.
88

99
```sql
1010
> select initcap('hello, world');

0 commit comments

Comments
 (0)