diff --git a/docs/view-bridges/events.md b/docs/view-bridges/events.md index 12a049f..ae8c7aa 100644 --- a/docs/view-bridges/events.md +++ b/docs/view-bridges/events.md @@ -31,7 +31,7 @@ this case it should be called `doSomethingEvent`. `raiseServerEvent` returns a reference to the XMLHttpRequest object being used to transmit the event to allow it to be cancelled when appropriate. -### raisePostbackEvent +### raisePostBackEvent Raises an event on the server by posting the page in much the same way as a normal button control would. This is sometimes used when a navigation like feel is actually @@ -98,4 +98,4 @@ the model should be changed in PHP, the new model will be transmitted back to th and updated transparently. If your View Bridge needs to know when this happens you can implement the `onModelUpdatedByEvent` -method. \ No newline at end of file +method.