diff options
author | Rafael Mendonça França <rafaelmfranca@gmail.com> | 2014-12-05 18:41:01 -0200 |
---|---|---|
committer | Rafael Mendonça França <rafaelmfranca@gmail.com> | 2014-12-05 18:41:01 -0200 |
commit | a78736bd48408976459b7ff4279d5e6f356a970f (patch) | |
tree | e9cd44f994e40b584b3adc7a4e18af63ceba3e68 /guides/Rakefile | |
parent | 19243f3d8c6ac6397a34ae7eb9dc9da368986a22 (diff) | |
parent | 1a0e8e06b8d67c8948e91dd79174586cb7aac213 (diff) | |
download | rails-a78736bd48408976459b7ff4279d5e6f356a970f.tar.gz rails-a78736bd48408976459b7ff4279d5e6f356a970f.tar.bz2 rails-a78736bd48408976459b7ff4279d5e6f356a970f.zip |
Merge pull request #17932 from brooksreese/master
Fix grammar in Rakefile markup [ci skip]
Diffstat (limited to 'guides/Rakefile')
-rw-r--r-- | guides/Rakefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/Rakefile b/guides/Rakefile index 824bea0b39..fd093b94c1 100644 --- a/guides/Rakefile +++ b/guides/Rakefile @@ -40,7 +40,7 @@ part of the generation process. You can generate HTML, Kindle or both formats using the `guides:generate` task. -All this process is handled via rake tasks, here's a full list of them: +All of these processes are handled via rake tasks, here's a full list of them: #{%x[rake -T]} Some arguments may be passed via environment variables: |