Skip to content

Commit f3de8b6

Browse files
avanderpluijmp8
andauthored
Update guides/source/command_line.md
Co-authored-by: Petrik de Heus <[email protected]>
1 parent da3648b commit f3de8b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/source/command_line.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -458,7 +458,7 @@ $ bin/rails dbconsole --database=animals
458458
459459
### `bin/rails runner`
460460
461-
`runner` runs Ruby code from inside the context of the Rails application non-interactively, without having to open Rails `console`. For instance:
461+
`runner` runs Ruby code in the context of the Rails application non-interactively, without having to open Rails `console`. For instance:
462462
463463
```bash
464464
$ bin/rails runner "Model.long_running_method"

0 commit comments

Comments
 (0)