Skip to content

Commit c5bd4d9

Browse files
authored
Merge pull request #369 from Jason-Cooke/patch-1
docs: fix typo
2 parents 9ed701a + 49195a3 commit c5bd4d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ In JavaScript:
135135
When you do so, and point the `js` function at that file, two things can happen:
136136
137137
1. By default, you'll get multiple `<script>` tags out, in an order that gives you all of your dependencies.
138-
2. If you passed the `build: true` option to connect-assets (enabled by default when `NODE_ENV=production`), you'll just get a single tag, wich will point to a JavaScript file that encompasses the target's entire dependency graph—compiled, concatenated, and minified (with [UglifyJS](https://github.com/mishoo/UglifyJS)).
138+
2. If you passed the `build: true` option to connect-assets (enabled by default when `NODE_ENV=production`), you'll just get a single tag, which will point to a JavaScript file that encompasses the target's entire dependency graph—compiled, concatenated, and minified (with [UglifyJS](https://github.com/mishoo/UglifyJS)).
139139
140140
If you want to bring in a whole folder of scripts, use `//= require_tree dir` instead of `//= require file`.
141141

0 commit comments

Comments
 (0)