We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52b6a90 commit 91a62aeCopy full SHA for 91a62ae
1 file changed
README.md
@@ -48,7 +48,7 @@ Each method returns a SteamWebResponse object which contains the following:
48
| Field | Type | Description |
49
|--------------------|-----------------|----------------------------------------------------|
50
| Data | T | Maps to the payload returned by the Steam Web API. |
51
-| ContentLength | long? | Maps tot he HTTP ContentLength header. |
+| ContentLength | long? | Maps to the HTTP ContentLength header. |
52
| ContentType | string | Maps to the HTTP ContentType header. |
53
| ContentTypeCharSet | string | Maps to the HTTP ContentType charset header. |
54
| Expires | DateTimeOffset? | Maps to the HTTP Expires header. Optional. |
0 commit comments