diff options
author | Akira Matsuda <ronnie@dio.jp> | 2011-06-01 17:19:23 +0900 |
---|---|---|
committer | Akira Matsuda <ronnie@dio.jp> | 2011-06-01 17:20:02 +0900 |
commit | 6014e1d3258baef4e5b08a29876b7758363c2c22 (patch) | |
tree | 69d2ac2b4ed0fa9792abd49235dbaebc99ac28f2 /railties/guides/source/contributing_to_ruby_on_rails.textile | |
parent | 529d2deb5eaa88eaa9b9002b37ee97ab06617c1a (diff) | |
download | rails-6014e1d3258baef4e5b08a29876b7758363c2c22.tar.gz rails-6014e1d3258baef4e5b08a29876b7758363c2c22.tar.bz2 rails-6014e1d3258baef4e5b08a29876b7758363c2c22.zip |
s/an/a/
Diffstat (limited to 'railties/guides/source/contributing_to_ruby_on_rails.textile')
-rw-r--r-- | railties/guides/source/contributing_to_ruby_on_rails.textile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/guides/source/contributing_to_ruby_on_rails.textile b/railties/guides/source/contributing_to_ruby_on_rails.textile index f4d2caf7f1..1e9a77bcb6 100644 --- a/railties/guides/source/contributing_to_ruby_on_rails.textile +++ b/railties/guides/source/contributing_to_ruby_on_rails.textile @@ -90,7 +90,7 @@ This command will install all dependencies except the MySQL and PostgreSQL Ruby $ rake test </shell> -You can also run tests for an specific framework, like Action Pack, by going into its directory and executing the same command: +You can also run tests for a specific framework, like Action Pack, by going into its directory and executing the same command: <shell> $ cd actionpack |