fixed typo @SerializerCycleDetected (#34700)
authorNico Kranz <nico@kranz.space>
Thu, 9 Apr 2020 16:13:48 +0000 (16:13 +0000)
committerGitHub <noreply@github.com>
Thu, 9 Apr 2020 16:13:48 +0000 (09:13 -0700)
ReferenceHanlding -> Reference Handling

src/libraries/System.Text.Json/src/Resources/Strings.resx

index 4717b34..c4dc9b0 100644 (file)
     <value>Either the JSON value is not in a supported format, or is out of bounds for a UInt16.</value>
   </data>
   <data name="SerializerCycleDetected" xml:space="preserve">
-    <value>A possible object cycle was detected. This can either be due to a cycle or if the object depth is larger than the maximum allowed depth of {0}. Consider using ReferenceHanlding.Preserve on JsonSerializerOptions to support cycles.</value>
+    <value>A possible object cycle was detected. This can either be due to a cycle or if the object depth is larger than the maximum allowed depth of {0}. Consider using ReferenceHandling.Preserve on JsonSerializerOptions to support cycles.</value>
   </data>
   <data name="EmptyStringToInitializeNumber" xml:space="preserve">
     <value>Expected a number, but instead got empty string.</value>