aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/4_2_release_notes.md
diff options
context:
space:
mode:
authorFelipe Zavan <emailbloggers@gmail.com>2014-11-27 00:23:55 -0200
committerFelipe Zavan <emailbloggers@gmail.com>2014-11-27 00:23:55 -0200
commit1154879e2f88f2c1e1523f413161c9fd175ff398 (patch)
tree975ec805fcf9ab496ab4964c9ae69df9cc5c3118 /guides/source/4_2_release_notes.md
parent3b48938948ba33da6f5d50e28f78658322202322 (diff)
downloadrails-1154879e2f88f2c1e1523f413161c9fd175ff398.tar.gz
rails-1154879e2f88f2c1e1523f413161c9fd175ff398.tar.bz2
rails-1154879e2f88f2c1e1523f413161c9fd175ff398.zip
Fix typo in Rails 4.2 release notes
Diffstat (limited to 'guides/source/4_2_release_notes.md')
-rw-r--r--guides/source/4_2_release_notes.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/4_2_release_notes.md b/guides/source/4_2_release_notes.md
index 822a28bcd6..330db52e34 100644
--- a/guides/source/4_2_release_notes.md
+++ b/guides/source/4_2_release_notes.md
@@ -45,7 +45,7 @@ method that sends the email asynchronously via a job in a queue, so it doesn't
block the controller or model.
The new [Global ID](https://github.com/rails/globalid) library makes it easy
-to pass Active Record objects to jobs. The library stores a glogal URI that
+to pass Active Record objects to jobs. The library stores a global URI that
uniquely represents the model without serializing its state. This means you no
longer have to manually pack and unpack your Active Records by passing ids.
Just give the job the Active Record object, its global ID will be stored, and