Skip to content

Commit c23f11a

Browse files
authored
docs: fix typo in docs (sveltejs#294)
1 parent d8eb5c5 commit c23f11a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/preprocessing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ We've seen that we can easily create custom preprocessors within `svelte-preproc
141141

142142
Let's use TypeScript as an example. The `tsc` compiler is fast enough at the beginning, but as a project grows, it can really become cumbersome. `esbuild` is a JavaScript bundler written in Go and can transpile TypeScript [much faster](https://github.com/evanw/esbuild#benchmarks) than our good and old `tsc`.
143143

144-
To integrate `esbuild` with `svelte-preprocss` we can override the default TypeScript preprocessor as follows:
144+
To integrate `esbuild` with `svelte-preprocess` we can override the default TypeScript preprocessor as follows:
145145

146146
```js
147147
import svelte from 'rollup-plugin-svelte';

0 commit comments

Comments
 (0)