Skip to content

Commit

Permalink
✏️ Fix typo in README
Browse files Browse the repository at this point in the history
  • Loading branch information
joshprice authored Dec 12, 2024
1 parent 74bf076 commit 8200576
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ the burden when you have a lot of queries:
- The SQL query you write is just a plain string, you do not get syntax
highlighting, auto formatting, suggestions... all the little niceties you
would otherwise get if you where writing a plain `*.sql` file.
- This also means you loose the ability to run these queries on their own with
- This also means you lose the ability to run these queries on their own with
other external tools, inspect them and so on.
- You have to manually keep in sync the decoder with the query's output.

Expand Down

0 comments on commit 8200576

Please sign in to comment.