Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
braginini committed Oct 2, 2024
1 parent 45be1bf commit 4a7cc84
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/how-to/db-workload-migration.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ Connect to the database:
psql -d demo_db
```

Once connected, run the follwing SQL code to create the `employees` table and fill it with sample data:
Once connected, run the following SQL code to create the `employees` table and fill it with sample data:

```sql
CREATE TABLE employees (
Expand Down Expand Up @@ -92,7 +92,7 @@ The expected output is:
(3 rows)
```

With the database up and running, you are ready to create the local worload.
With the database up and running, you are ready to create the local workload.

Create a new folder for the Python environment, then navigate to it and run:

Expand Down

0 comments on commit 4a7cc84

Please sign in to comment.