Commit 23daf046 authored by Ravi Singh's avatar Ravi Singh Committed by Amy Qualls

Fixed ContentLength and ContentType placement in the sentence

parent a63cb9b7
......@@ -243,8 +243,8 @@ curl --request POST \
}
```
The `ContentType` header must return a valid number. The maximum file size is 10 gigabytes.
The `ContentLength` header must be `application/gzip`.
The `Content-Length` header must return a valid number. The maximum file size is 10 gigabytes.
The `Content-Type` header must be `application/gzip`.
## Import status
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment