From 6a2896e06e783580f75d6b7e4577019bce5accbd Mon Sep 17 00:00:00 2001 From: Vladimir Iliev Date: Tue, 20 Oct 2015 16:05:33 +0300 Subject: [PATCH] Minor spell error fix --- docs/web/scheduler/troubleshooting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/web/scheduler/troubleshooting.md b/docs/web/scheduler/troubleshooting.md index a034006001d..fd5b7fefbfa 100644 --- a/docs/web/scheduler/troubleshooting.md +++ b/docs/web/scheduler/troubleshooting.md @@ -21,7 +21,7 @@ In this case the server response of the create/destroy/update action is interpre ## When You Cancel Changes Other Events Disappear It is possible to experience such behavior if the [id fields](/api/javascript/data/schedulerevent#fields-id) of the other events are not set to valid and unique values. -## Editing event cause all initial events to sent to the Create action +## Editing event cause all initial events to be send to the Create action This behavior can be experienced if the [id fields](/api/javascript/data/schedulerevent#fields-id) of all events are not set to valid and unique values during initial read. ## Created Events Are Offset after Create/Update Request