Commit f55d74fc authored by Mike Jang's avatar Mike Jang

Merge branch 'fix-minor-typo-in-import-md' into 'master'

Correcting another minor typo in import.md

See merge request gitlab-org/gitlab!36219
parents b03f348f fd303230
...@@ -55,7 +55,7 @@ POST /import/bitbucket_server ...@@ -55,7 +55,7 @@ POST /import/bitbucket_server
```shell ```shell
curl --request POST \ curl --request POST \
--url https://gitlab.example.com/api/v4/import/bitbucket/server \ --url https://gitlab.example.com/api/v4/import/bitbucket_server \
--header "content-type: application/json" \ --header "content-type: application/json" \
--header "PRIVATE-TOKEN: 9koXpg98eAheJpvBs5tK" \ --header "PRIVATE-TOKEN: 9koXpg98eAheJpvBs5tK" \
--data '{ --data '{
......
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