diff options
author | Prayag Verma <prayag.verma@gmail.com> | 2016-01-31 00:59:14 +0530 |
---|---|---|
committer | Prayag Verma <prayag.verma@gmail.com> | 2016-01-31 00:59:14 +0530 |
commit | 4663cab6247475ef26496fcdb4794a291a441ccd (patch) | |
tree | 5f7b5f01ffc43af47308f5cb8897b431617a540f /guides/source | |
parent | 2e465e138b09b948ea266a7a5e739436cb01f3a9 (diff) | |
download | rails-4663cab6247475ef26496fcdb4794a291a441ccd.tar.gz rails-4663cab6247475ef26496fcdb4794a291a441ccd.tar.bz2 rails-4663cab6247475ef26496fcdb4794a291a441ccd.zip |
typo fix [ci skip]
Spelling mistake - direcotry > directory
Diffstat (limited to 'guides/source')
-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 cbc304c87f..f02f6a18ee 100644 --- a/guides/source/contributing_to_ruby_on_rails.md +++ b/guides/source/contributing_to_ruby_on_rails.md @@ -159,7 +159,7 @@ If you want to translate the Rails guides in your own language, follows these st * Copy the contents of *guides/source* into your own language directory and translate them. * Do NOT translate the HTML files, as they are automatically generated. -To generate the guides in HTML format cd into the *guides* direcotry then run (eg. for it-IT): +To generate the guides in HTML format cd into the *guides* directory then run (eg. for it-IT): ```bash $ bundle install |