Skip to content

Commit

Permalink
Fix a typo
Browse files Browse the repository at this point in the history
`represenation` → `representation`
  • Loading branch information
prayagverma committed Feb 12, 2016
1 parent ab98640 commit 4714b08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sections/calendars.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ Update calendar
}
```

This will return `200 OK` if the update was a success, along with a represenation of the calendar in JSON (See the **Get calendar** endpoint). If the user does not have access to update the calendar, you'll see `403 Forbidden`.
This will return `200 OK` if the update was a success, along with a representation of the calendar in JSON (See the **Get calendar** endpoint). If the user does not have access to update the calendar, you'll see `403 Forbidden`.


Delete calendar
Expand Down

0 comments on commit 4714b08

Please sign in to comment.