Skip to content

Commit dda4b24

Browse files
authored
Change "bash" to "shell" in getting started guide
The command can be run in any shell, so shell is a more accurate word
1 parent 5446842 commit dda4b24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/source/getting_started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1344,7 +1344,7 @@ This is very similar to the `Article` model that you saw earlier. The difference
13441344
is the line `belongs_to :article`, which sets up an Active Record _association_.
13451345
You'll learn a little about associations in the next section of this guide.
13461346

1347-
The (`:references`) keyword used in the bash command is a special data type for models.
1347+
The (`:references`) keyword used in the shell command is a special data type for models.
13481348
It creates a new column on your database table with the provided model name appended with an `_id`
13491349
that can hold integer values. To get a better understanding, analyze the
13501350
`db/schema.rb` file after running the migration.

0 commit comments

Comments
 (0)