From 1154879e2f88f2c1e1523f413161c9fd175ff398 Mon Sep 17 00:00:00 2001 From: Felipe Zavan Date: Thu, 27 Nov 2014 00:23:55 -0200 Subject: Fix typo in Rails 4.2 release notes --- guides/source/4_2_release_notes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'guides/source/4_2_release_notes.md') 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 -- cgit v1.2.3