Skip to content

Commit 7660d09

Browse files
authored
Fix typos (#183)
Found via `typos --hidden --format brief`
1 parent 8a3fcbe commit 7660d09

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ tested as extensively as postgres**; use with caution, and check out the
3232
the postgres driver can also be used to connect to other databases that support
3333
the postgres wire protocol, such as AWS Redshift. however, this functionality is not
3434
well tested. in theory, the mysql driver should be able to do the same for databases
35-
that support the mysql protocol. check each database's documentation for compatability.
35+
that support the mysql protocol. check each database's documentation for compatibility.
3636

3737
## disclaimer
3838

@@ -514,7 +514,7 @@ export RAINFROG_FAVORITES=~/.config/rainfrog/favorites
514514

515515
- [x] scrollable table
516516
- [x] cancellable async querying (spawn tokio task)
517-
- [x] menu list with tables and schemas (collapsable)
517+
- [x] menu list with tables and schemas (collapsible)
518518
- [x] tui-textarea for query editor
519519
- [x] basic tui-textarea vim keybindings
520520
- [x] handle custom types / enums

0 commit comments

Comments
 (0)