Skip to content

Commit cbfcbfb

Browse files
authored
Fix two typos in readme.md (#328)
1 parent 0832bc8 commit cbfcbfb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Use `sqlcmd --help` to view all the available sub-commands. Use `sqlcmd -?` to
5858

5959
### The ~/.sqlcmd/sqlconfig file
6060

61-
Each time `sqlcmd create` completes, a new context is created (e.g. mssql, mssql2, mssql3 etc.). A context contains the endpoint and user configuation detail. To switch between contexts, run `sqlcmd config use <context-name>`, to view name of the current context, run `sqlcmd config current-context`, to list all contexts, run `sqlcmd config get-contexts`.
61+
Each time `sqlcmd create` completes, a new context is created (e.g. mssql, mssql2, mssql3 etc.). A context contains the endpoint and user configuration detail. To switch between contexts, run `sqlcmd config use <context-name>`, to view name of the current context, run `sqlcmd config current-context`, to list all contexts, run `sqlcmd config get-contexts`.
6262

6363
To view connection strings (ODBC/ADO.NET/JDBC etc.) for the current context and user & endpoint details for all contexts held in the `~/.sqlcmd/sqlconfig` file:
6464

@@ -103,7 +103,7 @@ The `sqlcmd` project aims to be a complete port of the original ODBC sqlcmd to t
103103

104104
### Changes in behavior from the ODBC based sqlcmd
105105

106-
The following switches have different behavior in this version of `sqlcmd` compared to the oroignla ODBC based `sqlcmd`.
106+
The following switches have different behavior in this version of `sqlcmd` compared to the original ODBC based `sqlcmd`.
107107

108108
- `-P` switch will be removed. Passwords for SQL authentication can only be provided through these mechanisms:
109109

0 commit comments

Comments
 (0)