Skip to content

Commit 1cd9ea5

Browse files
authored
chore: fixed small error
1 parent c57377f commit 1cd9ea5

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
@@ -228,7 +228,7 @@ Or when using the VSCode extension: Settings -> SQL-Formatter-VSCode: SQLFlavour
228228

229229
### Module parse failed: Unexpected token
230230

231-
This typically happens when bundling an appication with Webpack.
231+
This typically happens when bundling an application with Webpack.
232232
The cause is that Babel (through `babel-loader`) is not configured
233233
to support class properties syntax:
234234

@@ -264,7 +264,7 @@ SELECT {col1}, {col2} FROM {tablename}
264264

265265
While templating is not directly supported by SQL Formatter, the workaround
266266
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:
268268

269269
```js
270270
format('SELECT {col1}, {col2} FROM {tablename};', {

0 commit comments

Comments
 (0)