Skip to content

Commit 6a088e5

Browse files
authored
Minor: typo fix (#309)
Was reviewing this page and my eyes caught this small one
1 parent 06d700d commit 6a088e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/postgraphile/subscriptions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ Here's an example:
228228
const express = require("express");
229229
const { postgraphile, makePluginHook } = require("postgraphile");
230230
const MySubscriptionPlugin = require("./MySubscriptionPlugin"); // our plugin defined in previous step
231-
const { default: PgPubsub } = require("@graphile/pg-pubsub"); // rembember to install through yarn/npm
231+
const { default: PgPubsub } = require("@graphile/pg-pubsub"); // remember to install through yarn/npm
232232

233233
const pluginHook = makePluginHook([PgPubsub]);
234234

0 commit comments

Comments
 (0)