From 7c9cf79f07b307dce865f216bf33cb4fcd9f4f19 Mon Sep 17 00:00:00 2001 From: Brian Date: Wed, 18 Dec 2013 08:57:44 -0500 Subject: [PATCH] Updated grammar --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7ea0e483..6c64621d 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ The minified production file is compressed and does not generate console warning ## Migrate Plugin API -This plugin adds three properties to the `jQuery` object that can be used programmatically control and examine its behavior: +This plugin adds three properties to the `jQuery` object that can be used to programmatically control and examine its behavior: `jQuery.migrateWarnings`: This property is an array of string warning messages that have been generated by the code on the page, in the order they were generated. Messages appear in the array only once, even if the condition has occurred multiple times, unless `jQuery.migrateReset()` is called.