File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -228,7 +228,7 @@ Or when using the VSCode extension: Settings -> SQL-Formatter-VSCode: SQLFlavour
228
228
229
229
### Module parse failed: Unexpected token
230
230
231
- This typically happens when bundling an appication with Webpack.
231
+ This typically happens when bundling an application with Webpack.
232
232
The cause is that Babel (through ` babel-loader ` ) is not configured
233
233
to support class properties syntax:
234
234
@@ -264,7 +264,7 @@ SELECT {col1}, {col2} FROM {tablename}
264
264
265
265
While templating is not directly supported by SQL Formatter, the workaround
266
266
is to use [ paramTypes] ( docs/paramTypes.md ) config option to treat these
267
- occurances of templating constructs as prepared-statement parameter-placeholders:
267
+ occurrences of templating constructs as prepared-statement parameter-placeholders:
268
268
269
269
``` js
270
270
format (' SELECT {col1}, {col2} FROM {tablename};' , {
You can’t perform that action at this time.
0 commit comments