Skip to content

Commit 92c6a69

Browse files
marktinsleyyyx990803
authored andcommitted
"return" vs "returns" and added an "a" (#220)
1 parent 0a7a339 commit 92c6a69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/en/configurations/pre-processors.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ npm install coffee-loader --save-dev
3434

3535
### Templates
3636

37-
Processing templates is a little different, because most Webpack template loaders such as `jade-loader` returns a template function instead of compiled HTML string. Instead of using `jade-loader`, we can just install the original `jade`:
37+
Processing templates is a little different, because most Webpack template loaders such as `jade-loader` return a template function instead of a compiled HTML string. Instead of using `jade-loader`, we can just install the original `jade`:
3838

3939
``` bash
4040
npm install jade --save-dev

0 commit comments

Comments
 (0)