diff --git a/clients/go/notes/notes.go b/clients/go/notes/notes.go index 4c29b8b..ad99361 100755 --- a/clients/go/notes/notes.go +++ b/clients/go/notes/notes.go @@ -110,7 +110,7 @@ type SubscribeRequest struct { } type SubscribeResponse struct { - // the event which occured; created, deleted, updated + // the event which occured; create, delete, update Event string `json:"event"` // the note which the operation occured on Note *Note `json:"note"`