aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/4_2_release_notes.md
diff options
context:
space:
mode:
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