Skip to content

Commit bb7284a

Browse files
committed
Merge branch 'pclark_fix_typos' of https://github.com/pclark97/docs into pclark97-pclark_fix_typos
2 parents 558b8a3 + 89ad60f commit bb7284a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

sites/en/intro-to-rails/creating_a_migration.step

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ goals {
44

55
message "The suggestotron has a list of topics that people can vote on. We'll store our topics in the database. In this step you'll do the following:"
66

7-
goal "Create a a simple *Table* in the database for topics with a title and a description"
7+
goal "Create a simple *Table* in the database for topics with a title and a description"
88
goal "Automatically generate the corresponding *Scaffold* in Rails (namely, the *Model*, the *View*, and the *Controller*)."
99

1010
}

sites/en/intro-to-rails/ruby_language.step

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ pluralize("kiwi")
122122

123123
message "Methods take **parameters**, which are the variables they work on. In this case, we made a method called pluralize that takes one parameter, a word."
124124

125-
message "Methods can also return data. In this case, pluralize returns the word with an 's' added to the end of it. In Ruby, functions return whatever the last line of the function evaluates to."
125+
message "Methods can also return data. In this case, pluralize returns the word with an 's' added to the end of it. In Ruby, methods return whatever the last line of the method evaluates to."
126126
end
127127
end
128128

0 commit comments

Comments
 (0)