From 4714b08138e98933b082f90e7dc0ad29a6d2e11d Mon Sep 17 00:00:00 2001 From: Prayag Verma Date: Fri, 12 Feb 2016 11:52:04 +0530 Subject: [PATCH] Fix a typo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit `represenation` → `representation` --- sections/calendars.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sections/calendars.md b/sections/calendars.md index 33578a6..9c710dc 100644 --- a/sections/calendars.md +++ b/sections/calendars.md @@ -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