Skip to content

Commit

Permalink
Trailling whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
zaratan committed Oct 2, 2024
1 parent 07c50ab commit 519064e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide/generators.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ bin/rails generate component Example title --stimulus
To always generate a Stimulus controller, set `config.view_component.generate.stimulus_controller = true`.

To generate a TypeScript controller instead of a JavaScript controller, either :
- Pass `--typescript` option to the generate
- Pass `--typescript` option to the generate
- Set `config.view_component.generate.typescript = true`

### Generate [locale files](/guide/translations.html)
Expand Down

0 comments on commit 519064e

Please sign in to comment.