Fix typo in example query (#15097)

Fix typo in example query for user_ssh_keys table
This commit is contained in:
Rachael Shaw 2023-11-10 13:11:30 -08:00 committed by GitHub
parent eaec5e9ea5
commit 7be8419393
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,7 +4,7 @@ examples: >-
```
SELECT * FROM users JOIN user_ssh_keys USING (uid) WHERE encrypted = 0;,
SELECT * FROM users JOIN user_ssh_keys USING (uid) WHERE encrypted = 0;
```
columns: