diff --git a/Parse/Internal/Json.cs b/Parse/Internal/Json.cs index 2bb41011..3bfe880d 100644 --- a/Parse/Internal/Json.cs +++ b/Parse/Internal/Json.cs @@ -353,7 +353,7 @@ public static string Encode(IDictionary dict) { } /// - /// Encodes a list into a JSON string. Suppots values that are + /// Encodes a list into a JSON string. Supports values that are /// IDictionary<string, object>, IList<object>, strings, /// nulls, and any of the primitive types. ///