Upgrade to ExtJS 4.0.2 - Released 06/09/2011
[extjs.git] / docs / source / JSON.html
similarity index 98%
rename from docs/source/JSON3.html
rename to docs/source/JSON.html
index e9b6b51..4bff440 100644 (file)
@@ -165,7 +165,7 @@ Ext.JSON = new(function() {
                 Ext.Error.raise({
                     sourceClass: "Ext.JSON",
                     sourceMethod: "decode",
-                    msg: "You're trying to decode and invalid JSON String: " + json
+                    msg: "You're trying to decode an invalid JSON String: " + json
                 });
             }
         };