Skip to content

Commit c2e7a38

Browse files
authored
Merge pull request #10067 from swagger-api/issue-10058
Update README.md
2 parents 48bf4a9 + 5ddd32b commit c2e7a38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -766,7 +766,7 @@ For example, to generate Ruby API client, simply send the following HTTP request
766766
```sh
767767
curl -X POST -H "content-type:application/json" -d '{"swaggerUrl":"http://petstore.swagger.io/v2/swagger.json"}' https://generator.swagger.io/api/gen/clients/ruby
768768
```
769-
Then you will receieve a JSON response with the URL to download the zipped code.
769+
Then you will receive a JSON response with the URL to download the zipped code.
770770

771771
To customize the SDK, you can `POST` to `https://generator.swagger.io/gen/clients/{language}` with the following HTTP body:
772772
```json

0 commit comments

Comments
 (0)