We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06d700d commit 6a088e5Copy full SHA for 6a088e5
src/pages/postgraphile/subscriptions.md
@@ -228,7 +228,7 @@ Here's an example:
228
const express = require("express");
229
const { postgraphile, makePluginHook } = require("postgraphile");
230
const MySubscriptionPlugin = require("./MySubscriptionPlugin"); // our plugin defined in previous step
231
-const { default: PgPubsub } = require("@graphile/pg-pubsub"); // rembember to install through yarn/npm
+const { default: PgPubsub } = require("@graphile/pg-pubsub"); // remember to install through yarn/npm
232
233
const pluginHook = makePluginHook([PgPubsub]);
234
0 commit comments