Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(docs): fix minor typo #6887

Merged
merged 1 commit into from
Mar 19, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/general/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Then use the `access_token` in a request by setting the header `Authorization` t
## Swagger Docs

Swagger API documentation with live-testing feature is available at `/api/v1` endpoint of the server where Open Event is hosted.
For the current dev deployement, it is at http://open-event-dev.herokuapp.com/api/v1/ and for the master deployement, it is at
For the current dev deployment, it is at http://open-event-dev.herokuapp.com/api/v1/ and for the master deployment, it is at
http://open-event.herokuapp.com/api/v1/

Don't forget to login into the swagger UI (through the top right link) to get access to all authorized API methods (like POST, PUT).
Expand Down