aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source
diff options
context:
space:
mode:
authorAkira Matsuda <ronnie@dio.jp>2013-03-25 21:01:40 +0900
committerAkira Matsuda <ronnie@dio.jp>2013-03-25 21:01:40 +0900
commite21f6c1daccbb5838b1e03e6acdcbc86bbadd7f8 (patch)
tree449b288642247e46b46fd1466076ed66d1d44afa /guides/source
parent0725007fa457bdbbf49c333f8333d5e540ee9a15 (diff)
downloadrails-e21f6c1daccbb5838b1e03e6acdcbc86bbadd7f8.tar.gz
rails-e21f6c1daccbb5838b1e03e6acdcbc86bbadd7f8.tar.bz2
rails-e21f6c1daccbb5838b1e03e6acdcbc86bbadd7f8.zip
s/Textmate/TextMate/
Diffstat (limited to 'guides/source')
-rw-r--r--guides/source/getting_started.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/getting_started.md b/guides/source/getting_started.md
index c9eeb9fab6..faddda0c0a 100644
--- a/guides/source/getting_started.md
+++ b/guides/source/getting_started.md
@@ -1761,7 +1761,7 @@ cannot be automatically detected by Rails and corrected.
Two very common sources of data that are not UTF-8:
-* Your text editor: Most text editors (such as Textmate), default to saving files as
+* Your text editor: Most text editors (such as TextMate), default to saving files as
UTF-8. If your text editor does not, this can result in special characters that you
enter in your templates (such as é) to appear as a diamond with a question mark inside
in the browser. This also applies to your i18n translation files.