Skip to content

Commit 3a37a16

Browse files
Add missing word to realtime.md (#320)
1 parent e665702 commit 3a37a16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/postgraphile/realtime.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ First, though, there are two main types of real-time provided by PostGraphile
2121

2222
### Subscriptions
2323

24-
"Subscriptions" are a way of having a new proactively sent to the client
24+
"Subscriptions" are a way of having a new message proactively sent to the client
2525
automatically whenever a particular event occurs on the server side, such as:
2626

2727
```js

0 commit comments

Comments
 (0)