Skip to content

Commit 60f3389

Browse files
Update content/cli/workspaces.md
1 parent bc2e199 commit 60f3389

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/cli/workspaces.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ module.exports = function(options) {
290290
#### Assets
291291

292292
TypeScript compilation automatically distributes compiler output (`.js` and `.d.ts` files) to the specified output directory. It can also be convenient to distribute non-TypeScript files, such as `.graphql` files, `images`, `.html` files and other assets. This allows you to treat `nest build` (and any initial compilation step) as a lightweight **development build** step, where you may be editing non-TypeScript files and iteratively compiling and testing.
293-
The assets should be located in the src folder otherwise they will not be copied.
293+
The assets should be located in the `src` folder otherwise they will not be copied.
294294

295295
The value of the `assets` key should be an array of elements specifying the files to be distributed. The elements can be simple strings with `glob`-like file specs, for example:
296296

0 commit comments

Comments
 (0)