aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYves Senn <yves.senn@gmail.com>2013-07-14 03:56:20 -0700
committerYves Senn <yves.senn@gmail.com>2013-07-14 03:56:20 -0700
commitf6d86543763dba6be8d77b345ccb0ac0d343a0da (patch)
tree429a2b93f08dd859cf22ed95d1d07965fdb84b5c
parent5a52fbe1cbfe3c58184f33ca1bfc451e6e473284 (diff)
parent0e262b3b644899b9031c5ba85f9d2e5d85cc0a79 (diff)
downloadrails-f6d86543763dba6be8d77b345ccb0ac0d343a0da.tar.gz
rails-f6d86543763dba6be8d77b345ccb0ac0d343a0da.tar.bz2
rails-f6d86543763dba6be8d77b345ccb0ac0d343a0da.zip
Merge pull request #11431 from ianfleeton/initialization_memoized_typo
memorized -> memoized typo fix [ci skip]
-rw-r--r--guides/source/initialization.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/initialization.md b/guides/source/initialization.md
index 11c736585f..26259408b4 100644
--- a/guides/source/initialization.md
+++ b/guides/source/initialization.md
@@ -350,7 +350,7 @@ end
The interesting part for a Rails app is the last line, `server.run`. Here we encounter the `wrapped_app` method again, which this time
we're going to explore more (even though it was executed before, and
-thus memorized by now).
+thus memoized by now).
```ruby
@wrapped_app ||= build_app app