Commit f1387e8b authored by Amy Qualls's avatar Amy Qualls

Merge branch 'singhravione-master-patch-87173' into 'master'

Fixed ContentLength and ContentType placement in the sentence

See merge request gitlab-org/gitlab!80014
parents ff016639 23daf046
......@@ -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