diff options
author | Akshay Vishnoi <akshay.vishnoi@vinsol.com> | 2013-12-16 00:44:37 +0530 |
---|---|---|
committer | Akshay Vishnoi <akshay.vishnoi@vinsol.com> | 2013-12-16 00:44:37 +0530 |
commit | c758093eca303704f52b45fd0660e13600b9b315 (patch) | |
tree | 09f992d391376c6821abd7e930c7aabb6007143c /guides/source | |
parent | 5fccd77b6c71e26fcbf879657c1f532999171900 (diff) | |
download | rails-c758093eca303704f52b45fd0660e13600b9b315.tar.gz rails-c758093eca303704f52b45fd0660e13600b9b315.tar.bz2 rails-c758093eca303704f52b45fd0660e13600b9b315.zip |
Spelling and Grammar check [ci skip]
Diffstat (limited to 'guides/source')
-rw-r--r-- | guides/source/generators.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/generators.md b/guides/source/generators.md index e9c8ef0225..4a5377c206 100644 --- a/guides/source/generators.md +++ b/guides/source/generators.md @@ -560,7 +560,7 @@ This method also takes a block: ```ruby vendor "seeds.rb" do - "puts 'in ur app, seeding ur database'" + "puts 'in your app, seeding your database'" end ``` |