diff options
author | Deshi Xiao <xiaods@gmail.com> | 2013-03-24 17:19:10 +0800 |
---|---|---|
committer | Deshi Xiao <xiaods@gmail.com> | 2013-03-24 17:19:10 +0800 |
commit | 5d5ade2b4122a73abd3498c815fd587ca185b19f (patch) | |
tree | b6fe57a7802f6f7aac145627ba20d4fd7eb778e8 | |
parent | 11c58831c3f72be9350a11b44360f7f41c6e2b60 (diff) | |
download | rails-5d5ade2b4122a73abd3498c815fd587ca185b19f.tar.gz rails-5d5ade2b4122a73abd3498c815fd587ca185b19f.tar.bz2 rails-5d5ade2b4122a73abd3498c815fd587ca185b19f.zip |
correct some typo in earlier commit.
-rw-r--r-- | guides/source/testing.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/testing.md b/guides/source/testing.md index ce8d12dc21..7b206f8b4a 100644 --- a/guides/source/testing.md +++ b/guides/source/testing.md @@ -66,7 +66,7 @@ Here's a sample YAML fixture file: ```yaml # lo & behold! I am a YAML comment! -jjjjkkkkkjjjjjjjjjkkkk: +david: name: David Heinemeier Hansson birthday: 1979-10-15 profession: Systems development |