Skip to content

Commit c379cd2

Browse files
committed
typos
1 parent 39701d4 commit c379cd2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ and view output interactively.
1414

1515
- Open any `.sql` file as a Notebook.
1616
- Execute query blocks in the Notebook UI and view output.
17-
- Configure database connections in the SQL Notebook sidepanel.
17+
- Configure database connections in the SQL Notebook side-panel.
1818
- Supports MySQL, PostgreSQL, SQLite, and MSSQL (OracleDB support coming soon).
19-
- (unstable) Built-in typed autocomplete with an embedded language server.
19+
- (unstable) Built-in typed auto-complete with an embedded language server.
2020

2121
## Usage
2222

23-
Open any `.sql` file with the `Open With` menu option. Then, select the `SQL Notebook` format. Configure database connections in the SQL Notebook sidepanel.
23+
Open any `.sql` file with the `Open With` menu option. Then, select the `SQL Notebook` format. Configure database connections in the SQL Notebook side-panel.
2424

2525
![Screen Shot 2021-12-30 at 1 30 29 PM](https://user-images.githubusercontent.com/7585078/147782921-78dca657-6737-4055-af46-c019e9df4ea3.png)
2626

@@ -34,5 +34,5 @@ Open any `.sql` file with the `Open With` menu option. Then, select the `SQL Not
3434

3535
Cell boundaries are inferred from the presence of two consecutive empty lines.
3636

37-
Note: this can pose issues with certain code formatters. You will need to
37+
Note: this can pose issues with certain code formatting tools. You will need to
3838
configure them to respect consecutive newlines.

0 commit comments

Comments
 (0)