Skip to content

Commit

Permalink
docs(lift): Fix typo in use-only-lift.md (#340)
Browse files Browse the repository at this point in the history
  • Loading branch information
cimchd authored and janpio committed Aug 8, 2019
1 parent 7b64156 commit 3f10e99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/lift/use-only-lift.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ Once provided, the CLI will prompt you to select one of the existing **databases
When using PostgreSQL, you need to provide the following information to connect your existing MySQL database server:

- **Host**: The IP address/domain of your database server, e.g. `localhost`.
- **Post**: The port on which your database server listens, e.g. `5432` (PostgreSQL) or `3306` (MySQL).
- **Port**: The port on which your database server listens, e.g. `5432` (PostgreSQL) or `3306` (MySQL).
- **Database**: The name of the database which contains the schema to introspect.
- **User**: The database user, e.g. `admin`.
- **Password**: The password for the database user.
Expand Down

0 comments on commit 3f10e99

Please sign in to comment.