Skip to content

Commit

Permalink
docs: fix description of number of workers in generate command (#177)
Browse files Browse the repository at this point in the history
  • Loading branch information
wdscxsj authored Sep 30, 2023
1 parent 90b7c8e commit c4f9d60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/04-core-concepts/02-template-generation.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,5 @@ templ generate --help
-sourceMapVisualisations
Set to true to generate HTML files to visualise the templ code and its corresponding Go code.
-w int
Number of workers to run in parallel. (default 10)
Number of workers to run in parallel. (default runtime.NumCPU())
```

0 comments on commit c4f9d60

Please sign in to comment.