[#446] Fixed spelling error on Realtime API page

This commit is contained in:
Travis Ray
2022-09-14 14:31:12 -04:00
committed by GitHub
parent 6cda610ede
commit 1ba2d14231
11 changed files with 17 additions and 14 deletions
@@ -20,7 +20,7 @@
<div class="content m-b-base">
<p>Subscribe to realtime changes via Server-Sent Events (SSE).</p>
<p>
Events are send for <strong>create</strong>, <strong>update</strong>
Events are sent for <strong>create</strong>, <strong>update</strong>
and <strong>delete</strong> record operations (see "Event data format" section below).
</p>
<div class="alert alert-info m-t-10">