Skip to content

Commit 236179f

Browse files
Merge pull request #345 from idrisr/patch-1
Fix typo in dotenv.vim instructions
2 parents 5a83ee1 + 68eb7c2 commit 236179f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ let g:db_ui_env_variable_name = 'DATABASE_NAME'
7878
```
7979

8080
Optionally you can leverage [dotenv.vim](https://github.com/tpope/vim-dotenv)
81-
to specific any number of connections in an `.env` file by using a specific
81+
to specify any number of connections in an `.env` file by using a specific
8282
prefix (defaults to `DB_UI_`). The latter part of the env variable becomes the
8383
name of the connection (lowercased)
8484

0 commit comments

Comments
 (0)