diff --git a/content/reference/endpoints/availabilities.md b/content/reference/endpoints/availabilities.md index f32dc1d7..c91b61f1 100644 --- a/content/reference/endpoints/availabilities.md +++ b/content/reference/endpoints/availabilities.md @@ -9,9 +9,9 @@ This resource represents the Availabilities for a given Rental. The `map` repres Availabilities are regenerated after creation of Bookings and at the beginning of each month and `start_date` always points to the beginning of current month. -Particularly useful when implementing a UI containing calendar that allows to select dates for a Booking - using this map you can block unavailable dates. +Particularly useful when implementing a UI containing calendar that allows to select dates for a Booking - using this map you can block unavailable dates. -However, this resource doesn't cover all cases why a given day might be unavailable (e.g. it doesn't cover [Rates Rules](/reference/endpoints/rates_rules/)). You might want to check [ChangeOvers](http://developers.bookingsync.com/reference/endpoints/change_overs/) to have a map covering these cases. +However, this resource doesn't cover all cases why a given day might be unavailable (e.g. it doesn't cover [Rates Rules](/reference/endpoints/rates_rules/)). You might want to check [ChangeOvers](http://developers.bookingsync.com/reference/endpoints/change_overs/) to have a map covering these cases. ### Parameters