From 37b36842330b5db1996fda80e387eae3a5781db8 Mon Sep 17 00:00:00 2001 From: amitkumarsuroliya Date: Wed, 7 Oct 2015 23:05:01 +0530 Subject: Replace `an UNIQUE` with `a UNIQUE` as UNIQUE doesn't have a vowel sound [ci skip] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit `A UNIQUE` we pronounce URL as 'yu-ni-k’. We use this everywhere. So, be consistent with it. --- guides/source/active_support_instrumentation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'guides/source/active_support_instrumentation.md') diff --git a/guides/source/active_support_instrumentation.md b/guides/source/active_support_instrumentation.md index e5a560edd0..c181b1c483 100644 --- a/guides/source/active_support_instrumentation.md +++ b/guides/source/active_support_instrumentation.md @@ -457,7 +457,7 @@ The block receives the following arguments: * The name of the event * Time when it started * Time when it finished -* An unique ID for this event +* A unique ID for this event * The payload (described in previous sections) ```ruby -- cgit v1.2.3