Skip to content

Commit

Permalink
additional typo fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
gwax committed Jul 13, 2020
1 parent 8bead24 commit 7dbad9f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/sqlfmt.js
Expand Up @@ -58,7 +58,7 @@ function getArgs() {

function configFromArgs(args) {
return {
langauge: args.langauge,
language: args.language,
indent: args.tab_indent ? '\t' : ' '.repeat(args.indent),
uppercase: args.uppercase,
linesBetweenQueries: args.lines_between_queries,
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "@gwax/sql-formatter",
"version": "3.0.1",
"version": "3.0.2",
"description": "Format whitespace in a SQL query to make it more readable",
"license": "MIT",
"main": "lib/sqlFormatter.js",
Expand Down

0 comments on commit 7dbad9f

Please sign in to comment.