diff options
author | yui-knk <spiketeika@gmail.com> | 2015-09-25 13:14:14 +0900 |
---|---|---|
committer | yui-knk <spiketeika@gmail.com> | 2015-09-25 13:14:14 +0900 |
commit | 82f69a7a33bf61d7ae9b49c18176612ef6fe35c3 (patch) | |
tree | 9b98ba6fde325689cd011ccb1abc351dcd866d68 /guides | |
parent | cb45950c279ed8fa9f952ec2ec976719c1b466a2 (diff) | |
download | rails-82f69a7a33bf61d7ae9b49c18176612ef6fe35c3.tar.gz rails-82f69a7a33bf61d7ae9b49c18176612ef6fe35c3.tar.bz2 rails-82f69a7a33bf61d7ae9b49c18176612ef6fe35c3.zip |
[ci skip] Add `:` before code blocks.
Diffstat (limited to 'guides')
-rw-r--r-- | guides/source/contributing_to_ruby_on_rails.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/contributing_to_ruby_on_rails.md b/guides/source/contributing_to_ruby_on_rails.md index 625299c113..f89ac81fd9 100644 --- a/guides/source/contributing_to_ruby_on_rails.md +++ b/guides/source/contributing_to_ruby_on_rails.md @@ -318,7 +318,7 @@ $ cd activerecord $ bundle exec rake test:sqlite3 ``` -You can now run the tests as you did for `sqlite3`. The tasks are respectively +You can now run the tests as you did for `sqlite3`. The tasks are respectively: ```bash test:mysql |