Skip to content

Commit 6646d58

Browse files
fix typos (github#260)
Co-authored-by: Lana Brindley <[email protected]>
1 parent e409dda commit 6646d58

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

timescaledb/tutorials/nyc-taxi-cab.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Estimated time for completion: 25 minutes.
1212
### Prerequisites
1313
To complete this tutorial, you will need a cursory knowledge of the
1414
Structured Query Language (SQL). The tutorial will walk you through each
15-
SQL command, but it will be helpful if you've seen SQL before.ß
15+
SQL command, but it will be helpful if you've seen SQL before.
1616

1717
### Accessing Timescale
1818
There are multiple options for using Timescale to follow along with this tutorial. **All connection information
@@ -97,7 +97,7 @@ by typing the command below into your terminal,
9797
ensuring that you replace the {curly brackets} with your real
9898
password, hostname, and port number.
9999

100-
>:TIP:Remember, this connection string assumes you are connecting to **Timescale Forge**. Change the user and database name as needed depending on how you're connecting.
100+
>:TIP: Remember, this connection string assumes you are connecting to **Timescale Forge**. Change the user and database name as needed depending on how you're connecting.
101101
102102
```bash
103103
psql -x "postgres://tsdbadmin:{YOUR_PASSWORD_HERE}@{YOUR_HOSTNAME_HERE}:{YOUR_PORT_HERE}/tsdb?sslmode=require"

0 commit comments

Comments
 (0)